From d431df8f96efde4cdf5f37d9e5468fbffa86a247 Mon Sep 17 00:00:00 2001 From: None Date: Mon, 29 Jun 2015 06:31:47 +0200 Subject: [PATCH] Minor text fixes. --- data/weather-settings.ui | 9 ++++++--- src/extension.js | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/data/weather-settings.ui b/data/weather-settings.ui index e9b6a82..b326e75 100644 --- a/data/weather-settings.ui +++ b/data/weather-settings.ui @@ -993,7 +993,8 @@ True False end - version: + Version: + False False @@ -1006,7 +1007,8 @@ True False start - unknown (self-build ?) + unknown (self-build ?) + end False @@ -1078,11 +1080,12 @@ - Webpage + Webpage True True True + 0.99999999977648257 center none https://github.com/jenslody/gnome-shell-extension-openweather diff --git a/src/extension.js b/src/extension.js index 8a80544..5616c0d 100644 --- a/src/extension.js +++ b/src/extension.js @@ -750,7 +750,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("Openweathermap", _("Invalid location! Please try to recreate it.")); return 0; }