From b37496d086ab95990dfdcc6187d6a01785592323 Mon Sep 17 00:00:00 2001 From: Yosef Or Boczko Date: Tue, 24 Feb 2015 20:06:53 +0200 Subject: [PATCH] Mark a string as translatable --- js/ui/calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/calendar.js b/js/ui/calendar.js index 4d4074168..4bb9f83ec 100644 --- a/js/ui/calendar.js +++ b/js/ui/calendar.js @@ -1525,7 +1525,7 @@ const NotificationSection = new Lang.Class({ Extends: MessageListSection, _init: function() { - this.parent('Notifications'); + this.parent(_("Notifications")); this._sources = new Map(); this._nUrgent = 0;