X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=include%2Ferrors.php;h=75882d44399c6ef14c782982c0f8071528fedf9e;hp=e23e28850bb427445ccf85a5ad1df649c5684177;hb=1ad27d869eee2c3cb75bf399ac4f2b7c7825a8c2;hpb=202bcbcc2b67c7c153db1b09b608b62beeba0496 diff --git a/include/errors.php b/include/errors.php index e23e2885..75882d44 100644 --- a/include/errors.php +++ b/include/errors.php @@ -3,7 +3,7 @@ /** * errors.php * - * @copyright © 2005-2006 The SquirrelMail Project Team + * @copyright 2005-2015 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. 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