[gnome-shell] location: Mark 2 user-visible strings for translation



commit e80c28a5307e9171442a60bea914327d9d987615
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Mon Feb 17 12:02:54 2014 +0000

    location: Mark 2 user-visible strings for translation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=723684

 js/ui/status/location.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/status/location.js b/js/ui/status/location.js
index 07fa611..9f19cd9 100644
--- a/js/ui/status/location.js
+++ b/js/ui/status/location.js
@@ -190,10 +190,10 @@ const Indicator = new Lang.Class({
         if (this._availableAccuracyLevel < AccuracyLevel.EXACT) {
             if (maxAccuracyLevel == 0) {
                 this._item.status.text = _("Off");
-                this._onoffAction.label.text = "Turn On";
+                this._onOffAction.label.text = _("Turn On");
             } else {
                 this._item.status.text = _("On");
-                this._onoffAction.label.text = "Turn Off";
+                this._onOffAction.label.text = _("Turn Off");
             }
         } else {
             if (maxAccuracyLevel == 0) {


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