From ea21aa3f7a12c5d1bd80eea329de3eb695fde4e5 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 9 Oct 2018 14:32:14 +0200 Subject: Use numeric placeholders if there are multiple, so that RTL languages can operate better Signed-off-by: Joas Schilling --- core/templates/update.admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/templates/update.admin.php') diff --git a/core/templates/update.admin.php b/core/templates/update.admin.php index e8087b297e9..f4a1c72ae8d 100644 --- a/core/templates/update.admin.php +++ b/core/templates/update.admin.php @@ -3,7 +3,7 @@

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

-

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

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

-- cgit v1.2.3