From 49dd693d8fc76ca055bdd2b1ab299ffe3c60fa16 Mon Sep 17 00:00:00 2001 From: Joas Schilling <nickvergessen@owncloud.com> Date: Tue, 9 Feb 2016 16:03:10 +0100 Subject: [PATCH] Bring the messages inline --- 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 802f22e44c5..06067a5ee49 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 %2$s as a remote share from %1$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 -- GitLab