diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-02-08 17:49:54 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-02-08 17:49:54 +0100 |
commit | 232a98524cdc9c97ad1c5a72ec0021e4b036a69d (patch) | |
tree | 92599b5c1f4d0cc707ee3293008dee3c76022fb8 /settings | |
parent | 96042f1e5b343ed75f59fc2997b7e54c07b557da (diff) | |
download | nextcloud-server-232a98524cdc9c97ad1c5a72ec0021e4b036a69d.tar.gz nextcloud-server-232a98524cdc9c97ad1c5a72ec0021e4b036a69d.zip |
some systems use en_US.UTF8 instead of en_US.UTF-8
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 9a9a691dcbf..32fc2694783 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -42,7 +42,7 @@ if (!$_['islocaleworking']) { <legend><strong><?php echo $l->t('Locale not working');?></strong></legend> <span class="connectionwarning"> - <?php echo $l->t('This ownCloud server can\'t set system locale to "en_US.UTF-8". This means that there might be problems with certain characters in file names. We strongly suggest to install the required packages on your system to support en_US.UTF-8.'); ?> + <?php echo $l->t('This ownCloud server can\'t set system locale to "en_US.UTF-8"/"en_US.UTF8". This means that there might be problems with certain characters in file names. We strongly suggest to install the required packages on your system to support en_US.UTF-8/en_US.UTF8.'); ?> </span> </fieldset> |