Split compose prefgroups out of Message Prefs
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 13 Sep 2010 21:00:35 +0000 (15:00 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 13 Sep 2010 21:26:04 +0000 (15:26 -0600)
imp/config/prefs.php.dist

index 29cb29d..b626775 100644 (file)
@@ -386,7 +386,7 @@ $_prefs['accounts'] = array(
 // *** Compose Preferences ***
 
 $prefGroups['compose'] = array(
-    'column' => _("Message Preferences"),
+    'column' => _("Compose Preferences"),
     'label' => _("Message Composition"),
     'desc' => _("Configure how you send mail."),
     'members' => array(
@@ -568,7 +568,7 @@ $_prefs['ckeditor_buttons'] = array(
 // *** Stationery Preferences ***
 
 $prefGroups['stationery'] = array(
-    'column' => _("Message Preferences"),
+    'column' => _("Compose Preferences"),
     'label' => _("Stationery"),
     'desc' => _("Edit stationery and form responses."),
     'members' => array('stationerymanagement')
@@ -590,7 +590,7 @@ $_prefs['stationery'] = array(
 // *** Compose Reply Preferences ***
 
 $prefGroups['reply'] = array(
-    'column' => _("Message Preferences"),
+    'column' => _("Compose Preferences"),
     'label' => _("Message Replies"),
     'desc' => _("Configure how you reply to mail."),
     'members' => array(
@@ -635,7 +635,7 @@ $_prefs['attrib_text'] = array(
 // *** Compose Forward Preferences ***
 
 $prefGroups['forward'] = array(
-    'column' => _("Message Preferences"),
+    'column' => _("Compose Preferences"),
     'label' => _("Message Forwards"),
     'desc' => _("Configure how you forward mail."),
     'members' => array('forward_default', 'forward_format')
@@ -670,7 +670,7 @@ $_prefs['forward_format'] = array(
 // *** Message Drafts Preferences ***
 
 $prefGroups['drafts'] = array(
-    'column' => _("Message Preferences"),
+    'column' => _("Compose Preferences"),
     'label' => _("Message Drafts"),
     'desc' => _("Configure how to deal with message drafts."),
     'members' => array(