Translation fix

yahoo_weather
Neroth 13 years ago
parent 6655c5664d
commit 45d762fdfe
  1. 2
      src/weather-settings.js.in

@ -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});

Loading…
Cancel
Save