Skip to content
Snippets Groups Projects
Commit 46309a9e authored by Volkan Gezer's avatar Volkan Gezer
Browse files

ascii typo

parent fc462c5e
Branches
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment