From 605df6c36b2f33de82e9f114cc857aca4ef6c501 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 25 Jan 2016 08:44:43 +0100 Subject: [PATCH] Includ author and license in l10n string to be able to change order * fixes #21874 --- settings/templates/apps.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/templates/apps.php b/settings/templates/apps.php index 94efd76c7c..489062d519 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -60,9 +60,9 @@ script(
{{version}}
{{#if profilepage}}{{/if}} -
t('by')); ?> {{author}} +
t('by %s', ['{{author}}']));?> {{#if licence}} - ({{licence}}-t('licensed')); ?>) + (t('%s-licensed', ['{{licence}}'])); ?>) {{/if}}
{{#if profilepage}}
{{/if}}