summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorVolkan Gezer <wakeup@users.noreply.github.com>2014-08-14 12:23:49 +0200
committerVolkan Gezer <wakeup@users.noreply.github.com>2014-08-14 12:23:49 +0200
commita4b416f115d551b8b1c6a5953ef87bb728697f33 (patch)
tree912fea48bf726f02e8fe6471c5af4ed31ebd6b7b /settings
parent27d94e92736e40044d8543d33813fe548af45335 (diff)
parent46309a9ee4ec144a9b08dd9a183780c0724a8471 (diff)
downloadnextcloud-server-a4b416f115d551b8b1c6a5953ef87bb728697f33.tar.gz
nextcloud-server-a4b416f115d551b8b1c6a5953ef87bb728697f33.zip
Merge pull request #10410 from owncloud/typo
ascii typo
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index de46cec476c..773f337eaf0 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -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>