|
|
@ -94,7 +94,7 @@ WeatherSetting.prototype = |
|
|
|
var that = this; |
|
|
|
var that = this; |
|
|
|
var city = this.city.split(" && "); |
|
|
|
var city = this.city.split(" && "); |
|
|
|
var ac = this.actual_city; |
|
|
|
var ac = this.actual_city; |
|
|
|
var textDialog = _("Remove %s ?").format(city[ac]); |
|
|
|
var textDialog = _("Remove %s ?").replace("%s",city[ac]); |
|
|
|
var dialog = new Gtk.Dialog({title : ""}); |
|
|
|
var dialog = new Gtk.Dialog({title : ""}); |
|
|
|
var label = new Gtk.Label({label : textDialog}); |
|
|
|
var label = new Gtk.Label({label : textDialog}); |
|
|
|
|
|
|
|
|
|
|
|