[Xfce4-commits] <xfce4-weather-plugin:master> weather-search: Change "Untitled" to "Unnamed place".

Harald Judt noreply at xfce.org
Fri Aug 3 01:10:01 CEST 2012


Updating branch refs/heads/master
         to 1cfc0573bf83742844cde29312a6cbecd0a6d316 (commit)
       from 11b8038d4199485b670d1394416b705b73d9fd42 (commit)

commit 1cfc0573bf83742844cde29312a6cbecd0a6d316
Author: Harald Judt <h.judt at gmx.at>
Date:   Fri Aug 3 01:06:09 2012 +0200

    weather-search: Change "Untitled" to "Unnamed place".
    
    This is a bit more descriptive and makes more sense.

 panel-plugin/weather-search.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/weather-search.c b/panel-plugin/weather-search.c
index 6ed1780..a7ea67e 100644
--- a/panel-plugin/weather-search.c
+++ b/panel-plugin/weather-search.c
@@ -412,7 +412,7 @@ cb_geolocation(const gboolean succeed,
     } else if (geo->country_name) {
         full_loc = g_strdup(geo->country_name);
     } else if (geo->latitude && geo->longitude) {
-        full_loc = g_strdup(_("Untitled"));
+        full_loc = g_strdup(_("Unnamed place"));
     } else {
         full_loc = NULL;
     }


More information about the Xfce4-commits mailing list