Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-02-19 17:04:16 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-19 17:04:16 +0300
commit8abdcb8085fa1857fc0367f97a6b0f6be4194cff (patch)
tree1e6fe6d5b185924f4e7aac6bb453d39972a0cc8f /settings
parent2fd0e9b768a5ba9de6305468c2a97b91e5fa77ea (diff)
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')
-rw-r--r--settings/templates/admin.php2
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
}