Merge pull request #19064 from owncloud/fix-parameter-order-in-translation

Fix the parameter order in the translation
This commit is contained in:
Thomas Müller 2015-09-16 09:21:37 +02:00
commit 6c9d957245

View file

@ -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