From 59967599acbf2f574b013a9c1fc350e618b1033d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 15 Sep 2015 23:23:00 +0200 Subject: [PATCH] Fix the parameter order in the translation --- apps/files_sharing/lib/notifier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_sharing/lib/notifier.php b/apps/files_sharing/lib/notifier.php index cc2deb3f43..02765fcfd1 100644 --- a/apps/files_sharing/lib/notifier.php +++ b/apps/files_sharing/lib/notifier.php @@ -55,7 +55,7 @@ class Notifier implements INotifier { case 'remote_share': $params = $notification->getSubjectParameters(); $notification->setParsedSubject( - (string) $l->t('You received %s as a remote share from %s', $params) + (string) $l->t('You received %2$s as a remote share from %1$s', $params) ); // Deal with the actions for a known subject