More work on options...
authorthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 11 Nov 2001 02:11:54 +0000 (02:11 +0000)
committerthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 11 Nov 2001 02:11:54 +0000 (02:11 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1722 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/options_display.php

index 6189c0f7b0240f1889765a3eaf3cf2dc567a6d90..87029187b3f53fa3c7228b3c7d919b6528c17ffd 100644 (file)
 
     $optvals[] = array(
         'name'    => 'include_self_reply_all',
-        'caption' => _("Include Self in Reply All"),
+        'caption' => _("Remove Me from CC when I Reply All"),
         'type'    => SMOPT_TYPE_BOOLEAN,
         'refresh' => SMOPT_REFRESH_NONE
     );