]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix typo in util.php
authorhelix84 <helix84@centrum.sk>
Mon, 18 Aug 2014 13:59:36 +0000 (15:59 +0200)
committerhelix84 <helix84@centrum.sk>
Mon, 18 Aug 2014 13:59:36 +0000 (15:59 +0200)
lib/private/util.php

index f46f5983d211380cad9819c5a0fc921424fce0e0..1485377828db0c94da43bfa713a50cf41097d205 100755 (executable)
@@ -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.')
                        );
                }