Browse Source

More work on options...

thomppj 24 years ago
parent
commit
e6d131a10d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/options_display.php

+ 1 - 1
src/options_display.php

@@ -177,7 +177,7 @@
 
     $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
     );