From a0e8e88bc667a8617001a1dba6956d5846be7171 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 4 Sep 2014 11:23:23 +0200 Subject: Use correct language package so the subject is correctly translated Fix #10847 --- lib/private/share/mailnotifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private/share/mailnotifications.php') diff --git a/lib/private/share/mailnotifications.php b/lib/private/share/mailnotifications.php index 4a92503bdd3..2f704fb2b3c 100644 --- a/lib/private/share/mailnotifications.php +++ b/lib/private/share/mailnotifications.php @@ -52,7 +52,7 @@ class MailNotifications { * @param string $sender user id (if nothing is set we use the currently logged-in user) */ public function __construct($sender = null) { - $this->l = \OC::$server->getL10N('core'); + $this->l = \OC::$server->getL10N('lib'); $this->senderId = $sender; -- cgit v1.2.3