From 4ffb945aef1597b49a997bd136f42de236c079b3 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 15 Mar 2010 20:57:09 -0600 Subject: [PATCH] Minimalist -> Minimal. Still would prefer something better, though --- imp/compose-mimp.php | 2 +- imp/config/prefs.php.dist | 6 +++--- imp/lib/Application.php | 2 +- imp/lib/Ui/Mimp.php | 2 +- imp/mailbox-mimp.php | 2 +- imp/message-mimp.php | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/imp/compose-mimp.php b/imp/compose-mimp.php index 2838601c0..73bb8db02 100644 --- a/imp/compose-mimp.php +++ b/imp/compose-mimp.php @@ -1,6 +1,6 @@ _("Other Options"), - 'label' => _("Minimalist View Options"), + 'label' => _("Minimal View Options"), 'desc' => _("Configure options for the minimalist view."), 'members' => array('mimp_preview_msg', 'mimp_download_confirm', 'mimp_inline_all') @@ -1623,7 +1623,7 @@ $_prefs['smime_additional_cert'] = array( // End S/MIME Options -// Minimalist View Options +// Minimal View Options // display only the first 250 characters of a message on first message view? $_prefs['mimp_preview_msg'] = array( @@ -1652,7 +1652,7 @@ $_prefs['mimp_inline_all'] = array( 'desc' => _("Show all inline parts by default in message view? If unchecked, will treat all but the first viewable inline part as attachments.") ); -// End Minimalist View Options +// End Minimal View Options // Standard View Options diff --git a/imp/lib/Application.php b/imp/lib/Application.php index 388a2daf6..b28aff3f1 100644 --- a/imp/lib/Application.php +++ b/imp/lib/Application.php @@ -259,7 +259,7 @@ class IMP_Application extends Horde_Registry_Application // Dimp selected is handled by javascript (dimp_sel) ), 'mimp' => array( - 'name' => _("Minimalist"), + 'name' => _("Minimal"), 'selected' => $view_cookie == 'mimp' ) ) diff --git a/imp/lib/Ui/Mimp.php b/imp/lib/Ui/Mimp.php index ed9388b13..fa5a07f78 100644 --- a/imp/lib/Ui/Mimp.php +++ b/imp/lib/Ui/Mimp.php @@ -1,6 +1,6 @@