[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] 01/05: Fix grammatical mistake in API warning messages.

noreply at xfce.org noreply at xfce.org
Fri Oct 24 14:24:41 CEST 2014


This is an automated email from the git hooks/post-receive script.

hjudt pushed a commit to branch master
in repository panel-plugins/xfce4-weather-plugin.

commit 07e28831930250d5f8c0b4081e36d617ea6add65
Author: Harald Judt <h.judt at gmx.at>
Date:   Fri Oct 24 12:38:25 2014 +0200

    Fix grammatical mistake in API warning messages.
---
 panel-plugin/weather.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/weather.c b/panel-plugin/weather.c
index fff24e0..a764193 100644
--- a/panel-plugin/weather.c
+++ b/panel-plugin/weather.c
@@ -493,7 +493,7 @@ cb_astro_update(SoupSession *session,
                 (_("Met.no sunrise API states that this version of the "
                    "webservice is deprecated, and the plugin needs to be "
                    "adapted to use a newer version, or it will stop working "
-                   "within a few month. Please file a bug on "
+                   "within a few months. Please file a bug on "
                    "https://bugzilla.xfce.org if no one else has done so "
                    "yet."));
 
@@ -555,7 +555,7 @@ cb_weather_update(SoupSession *session,
                 (_("Met.no LocationforecastLTS API states that this version "
                    "of the webservice is deprecated, and the plugin needs to "
                    "be adapted to use a newer version, or it will stop "
-                   "working within a few month. Please file a bug on "
+                   "working within a few months. Please file a bug on "
                    "https://bugzilla.xfce.org if no one else has done so "
                    "yet."));
         doc = get_xml_document(msg);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list