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:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2020-05-11 22:19:05 +0300
committerGitHub <noreply@github.com>2020-05-11 22:19:05 +0300
commit2f45cb3fe985481d2db42637ae8fc46cb23fb159 (patch)
treeb0046c205b4755ef40dda60b8e223271258719fb /core/templates
parent68b21020623a23ec6cbda4800758ea7a607ea5c2 (diff)
l10n: Changing the word "These" to "Following"
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/update.admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/update.admin.php b/core/templates/update.admin.php
index c104e0530c3..e52cf9f20ff 100644
--- a/core/templates/update.admin.php
+++ b/core/templates/update.admin.php
@@ -8,7 +8,7 @@
<?php } ?>
<?php if (!empty($_['appsToUpgrade'])) { ?>
<div class="infogroup">
- <span><?php p($l->t('These apps will be updated:')); ?></span>
+ <span><?php p($l->t('Following apps will be updated:')); ?></span>
<ul class="content appList">
<?php foreach ($_['appsToUpgrade'] as $appInfo) { ?>
<li><?php p($appInfo['name']) ?> (<?php p($appInfo['id']) ?>)</li>