aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorhelix84 <helix84@centrum.sk>2014-08-18 15:59:36 +0200
committerhelix84 <helix84@centrum.sk>2014-08-18 15:59:36 +0200
commit722a119e46051debc113a5eab946444e0b4d3436 (patch)
treee5f1f909afde09afcf10ee357d66cce0b01637c1 /lib
parentce64d07ec79b6d0c7a989e33f9285c705c2f7db1 (diff)
downloadnextcloud-server-722a119e46051debc113a5eab946444e0b4d3436.tar.gz
nextcloud-server-722a119e46051debc113a5eab946444e0b4d3436.zip
fix typo in util.php
Diffstat (limited to 'lib')
-rwxr-xr-xlib/private/util.php2
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.')
);
}