diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-19 15:04:16 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-19 15:04:16 +0100 |
commit | 8abdcb8085fa1857fc0367f97a6b0f6be4194cff (patch) | |
tree | 1e6fe6d5b185924f4e7aac6bb453d39972a0cc8f /settings/templates | |
parent | 2fd0e9b768a5ba9de6305468c2a97b91e5fa77ea (diff) | |
download | nextcloud-server-8abdcb8085fa1857fc0367f97a6b0f6be4194cff.tar.gz nextcloud-server-8abdcb8085fa1857fc0367f97a6b0f6be4194cff.zip |
Fix error ins source language strings
https://www.transifex.com/owncloud-org/owncloud/translate/#en_GB/core/50786279
https://www.transifex.com/owncloud-org/owncloud/translate/#en_GB/settings-1/50555028
Diffstat (limited to 'settings/templates')
-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 539e4b94b8b..a51b9aa16e2 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -110,7 +110,7 @@ if ($_['WindowsWarning']) { foreach ($_['OutdatedCacheWarning'] as $php_module => $data) { ?> <li> - <?php p($l->t('%1$s below version %2$s is installed, for stability and performance reasons we recommend to update to a newer %1$s version.', $data)); ?> + <?php p($l->t('%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version.', $data)); ?> </li> <?php } |