From 46309a9ee4ec144a9b08dd9a183780c0724a8471 Mon Sep 17 00:00:00 2001 From: Volkan Gezer Date: Thu, 14 Aug 2014 00:32:08 +0200 Subject: [PATCH] ascii typo --- settings/templates/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/templates/admin.php b/settings/templates/admin.php index de46cec476..773f337eaf 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -147,7 +147,7 @@ if (!$_['isPhpCharSetUtf8']) {

t('PHP charset is not set to UTF-8'));?>

- t("PHP charset is not set to UTF-8. This can cause major issues with non-acsii characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'.")); ?> + t("PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'.")); ?>