From: Michael M Slusarz Date: Thu, 4 Nov 2010 20:46:36 +0000 (-0600) Subject: Horde identities is not e-mail specific. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=18ffe7558369b107430db49bc41ed10c73be6a3e;p=horde.git Horde identities is not e-mail specific. --- diff --git a/horde/config/prefs.php.dist b/horde/config/prefs.php.dist index 1ce54a9ae..d05891d6b 100644 --- a/horde/config/prefs.php.dist +++ b/horde/config/prefs.php.dist @@ -205,7 +205,7 @@ $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' );