Made the webmail_top hook work again for plugins that want to change the URI of the...
[squirrelmail.git] / include / options / compose.php
index 5993c0375359cd47f2138536727b2b8b9f970c6b..7b0937e4bc0cc7cbe5ee92eccc7700f569092ffc 100644 (file)
@@ -3,11 +3,10 @@
 /**
  * options_compose.php
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * Displays all options concerning composing of new messages
  *
+ * @copyright © 1999-2007 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  */
@@ -124,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
     );
@@ -186,4 +185,3 @@ function save_option_reply_prefix($option) {
     save_option($option);
 
 }
-?>
\ No newline at end of file