diff options
author | Clark Tomlinson <fallen013@gmail.com> | 2014-08-18 10:47:56 -0400 |
---|---|---|
committer | Clark Tomlinson <fallen013@gmail.com> | 2014-08-18 10:47:56 -0400 |
commit | 8c35afd097d4413daceb165ee83fc745906c2b86 (patch) | |
tree | 20cbbfc8d6ac4142a9de235cc337ac014c0fefef | |
parent | 1b81cc1acd1686a4f6efb20f27f085997d99a429 (diff) | |
parent | 722a119e46051debc113a5eab946444e0b4d3436 (diff) | |
download | nextcloud-server-8c35afd097d4413daceb165ee83fc745906c2b86.tar.gz nextcloud-server-8c35afd097d4413daceb165ee83fc745906c2b86.zip |
Merge pull request #10491 from helix84/fix-typo
fix typo in util.php
-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 f46f5983d21..1485377828d 100755 --- a/lib/private/util.php +++ b/lib/private/util.php @@ -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.') ); } |