Merge pull request #11 from Odysseus86/patch-3

Small typo corrected
yahoo_weather
Christian Louis Gabriel METZLER 13 years ago
commit 0797bf3df9
  1. 2
      src/extension.js

@ -177,7 +177,7 @@ WeatherMenuButton.prototype = {
let item = new PopupMenu.PopupSeparatorMenuItem();
this.menu.addMenuItem(item);
let item = new PopupMenu.PopupMenuItem(_("Reload Weather Informations"));
let item = new PopupMenu.PopupMenuItem(_("Reload Weather Information"));
item.connect('activate', Lang.bind(this, function(){this.refreshWeather(false);}));
this.menu.addMenuItem(item);

Loading…
Cancel
Save