fix typo in util.php

This commit is contained in:
helix84 2014-08-18 15:59:36 +02:00
parent ce64d07ec7
commit 722a119e46
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ class OC_Util {
'error' => $l->t('Setting locale to %s failed',
array('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')),
'hint' => $l->t('Please install one of theses locales on your system and restart your webserver.')
'hint' => $l->t('Please install one of these locales on your system and restart your webserver.')
);
}