diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-11-15 14:46:00 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-11-15 14:46:00 +0100 |
commit | 368342a085cd33d6f6ea9fa037b9695c82571992 (patch) | |
tree | c04d99f8a19c8bbde170e5d80a8fc2749251245b /lib | |
parent | bcf56b04078f4a8b9381f110c379b0d33d0db48c (diff) | |
download | nextcloud-server-368342a085cd33d6f6ea9fa037b9695c82571992.tar.gz nextcloud-server-368342a085cd33d6f6ea9fa037b9695c82571992.zip |
Update error messages
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/private/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/util.php b/lib/private/util.php index d44ae09ecbc..115deaceb56 100755 --- a/lib/private/util.php +++ b/lib/private/util.php @@ -355,7 +355,7 @@ class OC_Util { if(!OC_Util::isSetLocaleWorking()) { $errors[] = array( - 'error' => 'Setting locale to en_US.UTF-8/en_US.UTF8 failed', + 'error' => 'Setting locale to en_US.UTF-8/fr_FR.UTF-8/es_ES.UTF-8/de_DE.UTF-8/ru_RU.UTF-8/pt_BR.UTF-8/it_IT.UTF-8/ja_JP.UTF-8/zh_CN.UTF-8 failed', 'hint' => 'Please install the locale on your system and restart your webserver.' ); } |