Minimalist -> Minimal. Still would prefer something better, though
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 16 Mar 2010 02:57:09 +0000 (20:57 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 16 Mar 2010 02:57:09 +0000 (20:57 -0600)
imp/compose-mimp.php
imp/config/prefs.php.dist
imp/lib/Application.php
imp/lib/Ui/Mimp.php
imp/mailbox-mimp.php
imp/message-mimp.php

index 2838601..73bb8db 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Minimalist (mimp) compose display page.
+ * Minimal (MIMP) compose display page.
  *
  * URL Parameters:
  *   'a' = (string) The action ID.
index eabbce5..586fc4a 100644 (file)
@@ -202,7 +202,7 @@ if (Horde_Util::extensionExists('openssl') && isset($GLOBALS['conf']['openssl'][
 
 $prefGroups['mimp'] = array(
     'column' => _("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
 
index 388a2da..b28aff3 100644 (file)
@@ -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'
                     )
                 )
index ed9388b..fa5a07f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Provides minimalist view (MIMP) helper functions.
+ * Provides minimal view (MIMP) helper functions.
  *
  * Copyright 1999-2010 The Horde Project (http://www.horde.org/)
  *
index a2e6419..95f8634 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Minimalist mailbox display page.
+ * Minimal (MIMP) mailbox display page.
  *
  * URL Parameters:
  *   'a' = (string) actionID
index 20b5684..3e9b615 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Minimalist (MIMP) message display page.
+ * Minimal (MIMP) message display page.
  *
  * URL Parameters:
  *   'a' - (string) actionID