location: Mark 2 user-visible strings for translation

https://bugzilla.gnome.org/show_bug.cgi?id=723684
This commit is contained in:
Zeeshan Ali (Khattak) 2014-02-17 12:02:54 +00:00
parent 5d05b66902
commit e80c28a530

View File

@ -190,10 +190,10 @@ const Indicator = new Lang.Class({
if (this._availableAccuracyLevel < AccuracyLevel.EXACT) { if (this._availableAccuracyLevel < AccuracyLevel.EXACT) {
if (maxAccuracyLevel == 0) { if (maxAccuracyLevel == 0) {
this._item.status.text = _("Off"); this._item.status.text = _("Off");
this._onoffAction.label.text = "Turn On"; this._onOffAction.label.text = _("Turn On");
} else { } else {
this._item.status.text = _("On"); this._item.status.text = _("On");
this._onoffAction.label.text = "Turn Off"; this._onOffAction.label.text = _("Turn Off");
} }
} else { } else {
if (maxAccuracyLevel == 0) { if (maxAccuracyLevel == 0) {