[gnome-weather] WeeklyForecast: unmark a string for translation



commit 182c652fdf35afa76d67da8cb84d5652b165f0f0
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Sun Aug 3 15:37:46 2014 +0200

    WeeklyForecast: unmark a string for translation
    
    It's not user visible.
    
    Also, fix a space in the accessible name.

 src/app/weeklyForecast.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/app/weeklyForecast.js b/src/app/weeklyForecast.js
index b135fa3..d34fd84 100644
--- a/src/app/weeklyForecast.js
+++ b/src/app/weeklyForecast.js
@@ -31,10 +31,10 @@ const WeeklyForecastFrame = new Lang.Class({
 
     _init: function(params) {
         params = Params.fill(params, { shadow_type: Gtk.ShadowType.NONE,
-                                       name: _("weekly-forecast-frame"),
+                                       name: 'weekly-forecast-frame',
                                        width_request: 220 });
         this.parent(params);
-        this.get_accessible().accessible_name = _("WeeklyForecast");
+        this.get_accessible().accessible_name = _("Weekly Forecast");
 
         this._settings = new Gio.Settings({ schema_id: 'org.gnome.desktop.interface' });
 


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