From f21cf516da32a73121b047d35daef9d283144f55 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 20 Aug 2015 12:59:13 +0200 Subject: [PATCH] fix wording of update header --- core/templates/update.admin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/templates/update.admin.php b/core/templates/update.admin.php index 191f727df7..fbd3025f2e 100644 --- a/core/templates/update.admin.php +++ b/core/templates/update.admin.php @@ -1,9 +1,9 @@
-

t('Apps update required.')); ?>

+

t('App update required')); ?>

-

t('%s will be updated to version %s.', +

t('%s will be updated to version %s', array($_['productName'], $_['version']))); ?>