Horde identities is not e-mail specific.
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 4 Nov 2010 20:46:36 +0000 (14:46 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 5 Nov 2010 16:19:10 +0000 (10:19 -0600)
horde/config/prefs.php.dist

index 1ce54a9..d05891d 100644 (file)
 $prefGroups['identities'] = array(
     'column' => _("Your Information"),
     'label' => _("Personal Information"),
-    'desc' => _("Change the name and address that people see when they read and reply to your emails."),
+    'desc' => _("Change your personal information."),
     'members' => array('id', 'fullname', 'from_addr'),
     'type' => 'identities'
 );