From 70ad8ccdead32efbc886270394d25de741a1f1b2 Mon Sep 17 00:00:00 2001 From: Jens Lody Date: Fri, 16 Oct 2015 22:55:04 +0200 Subject: [PATCH] Fix typo. --- src/extension.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extension.js b/src/extension.js index ed7b068..8f0a756 100644 --- a/src/extension.js +++ b/src/extension.js @@ -850,7 +850,7 @@ const OpenweatherMenuButton = new Lang.Class({ coords = arguments[0].split(">")[0]; if ((coords.search(",") == -1) || isNaN(coords.split(",")[0]) || isNaN(coords.split(",")[1])) { - Main.notify("Openweathermap", _("Invalid location! Please try to recreate it.")); + Main.notify("Openweather", _("Invalid location! Please try to recreate it.")); return 0; }