From: Michael M Slusarz Date: Tue, 16 Mar 2010 02:57:09 +0000 (-0600) Subject: Minimalist -> Minimal. Still would prefer something better, though X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4ffb945aef1597b49a997bd136f42de236c079b3;p=horde.git Minimalist -> Minimal. Still would prefer something better, though --- 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 @@