One can only "prepend" something before some other thing, not "append".
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 6 May 2006 11:51:42 +0000 (11:51 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 6 May 2006 11:51:42 +0000 (11:51 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11123 7612ce4b-ef26-0410-bec9-ea0150e637f0

include/options/compose.php

index 927060dbc3fd5f05ffa53411f3b977642a5432a3..49598df7d7db557e0ae41a1b760f53a051a59932 100644 (file)
@@ -123,7 +123,7 @@ function load_optpage_data_compose() {
 
     $optvals[SMOPT_GRP_COMPOSE_REPLY][] = array(
         'name'    => 'sig_first',
-        'caption' => _("Append Signature before Reply/Forward Text"),
+        'caption' => _("Prepend Signature before Reply/Forward Text"),
         'type'    => SMOPT_TYPE_BOOLEAN,
         'refresh' => SMOPT_REFRESH_NONE
     );
@@ -185,4 +185,4 @@ function save_option_reply_prefix($option) {
     save_option($option);
 
 }
-?>
\ No newline at end of file
+?>