From 47fa73efe4009bff15e2feceaa678cf7742b2b93 Mon Sep 17 00:00:00 2001 From: jervfors Date: Sat, 3 Sep 2005 22:16:29 +0000 Subject: [PATCH] String and PHP fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10033 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- include/errors.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/include/errors.php b/include/errors.php index 31623ffc..743dd1b1 100644 --- a/include/errors.php +++ b/include/errors.php @@ -24,20 +24,21 @@ define('SQM_ERROR_PLUGIN',32); $aErrors['SQM_IMAP_NO_THREAD'] = array( 'level' => E_USER_ERROR, 'category' => SQM_ERROR_IMAP, - 'message' => _("Thread sorting is not supported by your IMAP server.") . "\n" . - _("Please contact your system administrator and report this error."), + 'message' => _("Thread sorting is not supported by your IMAP server.") . "\n" . + _("Please contact your system administrator and report this error."), 'link' => '', - 'tip' => _("Run \"configure\", choose option 4 (General options) and set option 10 (Allow server thread sort to false") + 'tip' => _("Run \"configure\", choose option 4 (General options) and set option 10 (Allow server thread sort to false).") ); $aErrors['SQM_IMAP_NO_SORT'] = array( 'level' => E_USER_ERROR, 'category' => SQM_ERROR_IMAP, - 'message' => _( "Server-side sorting is not supported by your IMAP server.") . "\n" . - _("Please contact your system administrator and report this error."), + 'message' => _( "Server-side sorting is not supported by your IMAP server.") . "\n" . + _("Please contact your system administrator and report this error."), 'link' => '', - 'tip' => _("Run \"configure\", choose option 4 (General options) and set option 11 (Allow server-side sorting to false") + 'tip' => _("Run \"configure\", choose option 4 (General options) and set option 11 (Allow server-side sorting to false).") ); - //$aError['SQM_FS'] // Filesystem related errors + +?> \ No newline at end of file -- 2.25.1