From 5679405ca7c60aa4275a002ea6fc366aa2903119 Mon Sep 17 00:00:00 2001 From: tokul Date: Sat, 13 Dec 2003 11:01:27 +0000 Subject: [PATCH] if there is some fatal error. not plural. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6275 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/i18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/i18n.php b/functions/i18n.php index 29629f23..3880bd0a 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -286,7 +286,7 @@ function charset_decode_ns_4551_1 ($string) { * Function sets system locale environment (LC_ALL, LANG, LANGUAGE), * gettext translation bindings and html header information. * - * Function returns error codes, if there is some fatal errors. + * Function returns error codes, if there is some fatal error. * 0 = no error, * 1 = mbstring support is not present, * 2 = mbstring support is not present, user's translation reverted to en_US. -- 2.25.1