RFC 3676 says there can't be more in the signature delimiter line than this
[squirrelmail.git] / include / errors.php
index 2c639192ffad830b4802dae1af5b58462d7c351b..978b21af7113649c01bed753bef19ca95bc8e409 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * errors.php
  *
- * @copyright © 2005-2006 The SquirrelMail Project Team
+ * @copyright 2005-2010 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -54,7 +54,7 @@ $aErrors['SQM_IMAP_APPEND_QUOTA_ERROR'] = array(
     'category' => SQM_ERROR_IMAP,
     'message'  => _( "Out of quota error."),
     'link'     => '',
-    'tip'      => _("Remove unneccessary messages from your folder and start with your Trash folder.")
+    'tip'      => _("Remove unneccessary messages from your folders. Start with your Trash folder.")
 );
 
 $aErrors['SQM_IMAP_APPEND_ERROR'] = array(
@@ -81,5 +81,3 @@ $aErrors['SQM_IMAP_BYE'] = array(
 );
 
 //$aError['SQM_FS'] // Filesystem related errors
-
-?>
\ No newline at end of file