[gnome-shell] Mark a string as translatable



commit b37496d086ab95990dfdcc6187d6a01785592323
Author: Yosef Or Boczko <yoseforb src gnome org>
Date:   Tue Feb 24 20:06:53 2015 +0200

    Mark a string as translatable

 js/ui/calendar.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/calendar.js b/js/ui/calendar.js
index 4d40741..4bb9f83 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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]