diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-02-09 09:58:05 -0800 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-02-09 09:58:05 -0800 |
commit | e68cf72458e9cfb888ef8b24d3e255fadf6d18a7 (patch) | |
tree | ec3a231409c89bd74869226b785ecd4046a2b33a /settings/templates | |
parent | 2a650bcbe9d0875898d26a41864a6a80248e9826 (diff) | |
parent | 232a98524cdc9c97ad1c5a72ec0021e4b036a69d (diff) | |
download | nextcloud-server-e68cf72458e9cfb888ef8b24d3e255fadf6d18a7.tar.gz nextcloud-server-e68cf72458e9cfb888ef8b24d3e255fadf6d18a7.zip |
Merge pull request #1543 from owncloud/utf8-locale-master
some systems use en_US.UTF8 instead of en_US.UTF-8
Diffstat (limited to 'settings/templates')
-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 fac8a689883..17be3396930 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -58,7 +58,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> |