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 --- settings/templates/settings/admin/overview.php | 2 +- settings/templates/settings/personal/personal.info.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'settings/templates') diff --git a/settings/templates/settings/admin/overview.php b/settings/templates/settings/admin/overview.php index aad6ae80a7d..cbb7e136da0 100644 --- a/settings/templates/settings/admin/overview.php +++ b/settings/templates/settings/admin/overview.php @@ -50,7 +50,7 @@

diff --git a/settings/templates/settings/personal/personal.info.php b/settings/templates/settings/personal/personal.info.php index 9919df521f6..6fc85253499 100644 --- a/settings/templates/settings/personal/personal.info.php +++ b/settings/templates/settings/personal/personal.info.php @@ -89,7 +89,7 @@ vendor_style('jcrop/css/jquery.Jcrop'); t('You are using %s', [$_['usage']]));?> - t('You are using %s of %s (%s %%)', + t('You are using %1$s of %2$s (%3$s %%)', [$_['usage'], $_['total_space'], $_['usage_relative']]));?>

-- cgit v1.2.3