$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')
// 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(
'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
// Dimp selected is handled by javascript (dimp_sel)
),
'mimp' => array(
- 'name' => _("Minimalist"),
+ 'name' => _("Minimal"),
'selected' => $view_cookie == 'mimp'
)
)
<?php
/**
- * Provides minimalist view (MIMP) helper functions.
+ * Provides minimal view (MIMP) helper functions.
*
* Copyright 1999-2010 The Horde Project (http://www.horde.org/)
*