ascii typo

This commit is contained in:
Volkan Gezer 2014-08-14 00:32:08 +02:00
parent fc462c5edb
commit 46309a9ee4
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ if (!$_['isPhpCharSetUtf8']) {
<h2><?php p($l->t('PHP charset is not set to UTF-8'));?></h2>
<span class="connectionwarning">
<?php p($l->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'.")); ?>
<?php p($l->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'.")); ?>
</span>
</div>