Fix typo in message.

merge-requests/218/head
Jens Lody 9 years ago
parent 98620c86a0
commit 6123670d96
  1. 2
      src/extension.js

@ -367,7 +367,7 @@ const OpenweatherMenuButton = new Lang.Class({
this.weatherProvider = "https://openweathermap.org/";
if (this._appid.toString().trim() === '')
Main.notify("Openweather", _("Openweathermap.org does not work without an api-key.\nEither set the swith to use the extensions default key in the preferences dialog to on or register at http://openweathermap.org/appid and paste your personal key into the preferences dialog."));
Main.notify("Openweather", _("Openweathermap.org does not work without an api-key.\nEither set the switch to use the extensions default key in the preferences dialog to on or register at http://openweathermap.org/appid and paste your personal key into the preferences dialog."));
},

Loading…
Cancel
Save