From 18ffe7558369b107430db49bc41ed10c73be6a3e Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 4 Nov 2010 14:46:36 -0600 Subject: [PATCH] Horde identities is not e-mail specific. --- horde/config/prefs.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ); -- 2.11.0