Mark a string as translatable

This commit is contained in:
Yosef Or Boczko 2015-02-24 20:06:53 +02:00
parent db2b83edf3
commit b37496d086

View File

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