diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-11-21 08:40:07 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-11-21 08:40:07 +0100 |
commit | 61d5a522a4024cbb03e9375ed9e9be7a2121718e (patch) | |
tree | e887ebaf18f85284e1a4b855ab9d30642087720e | |
parent | 593ef76e36a0167e87e30072730f8b6d91bb228e (diff) | |
parent | 388ef07c2058916664d04cfe82f84ed2f15754cb (diff) | |
download | nextcloud-server-61d5a522a4024cbb03e9375ed9e9be7a2121718e.tar.gz nextcloud-server-61d5a522a4024cbb03e9375ed9e9be7a2121718e.zip |
Merge pull request #12344 from owncloud/fixstypo
update grammar
-rw-r--r-- | settings/templates/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index ddac77508c7..166e36a3605 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -184,7 +184,7 @@ if (!$_['isLocaleWorking']) { ?> <br> <?php - p($l->t('We strongly suggest to install the required packages on your system to support one of the following locales: %s.', array($locales))); + p($l->t('We strongly suggest installing the required packages on your system to support one of the following locales: %s.', array($locales))); ?> </span> |