[Xfce4-commits] <xfce4-weather-plugin:master> Correct texts in search dialog.

Harald Judt noreply at xfce.org
Thu Aug 2 23:08:18 CEST 2012


Updating branch refs/heads/master
         to ea6d034dd894dbbe4698fe4b1a080372248dba05 (commit)
       from b6c7ebb085db03732315ba272eec67e2cc5e3e09 (commit)

commit ea6d034dd894dbbe4698fe4b1a080372248dba05
Author: Harald Judt <h.judt at gmx.at>
Date:   Thu Aug 2 23:02:03 2012 +0200

    Correct texts in search dialog.
    
    We don't search for weather station codes or city codes anymore,
    but for city names or addresses. Practically anything that
    openstreetmap can find and return latitude and longitude for.

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

diff --git a/panel-plugin/weather-search.c b/panel-plugin/weather-search.c
index 0768e60..47bb527 100644
--- a/panel-plugin/weather-search.c
+++ b/panel-plugin/weather-search.c
@@ -226,7 +226,7 @@ create_search_dialog(GtkWindow *parent,
     dialog->proxy_port = proxy_port;
 
     dialog->dialog =
-        xfce_titled_dialog_new_with_buttons(_("Search weather location code"),
+        xfce_titled_dialog_new_with_buttons(_("Search location"),
                                             parent,
                                             GTK_DIALOG_MODAL |
                                             GTK_DIALOG_DESTROY_WITH_PARENT,
@@ -251,7 +251,7 @@ create_search_dialog(GtkWindow *parent,
                        TRUE, TRUE, 0);
 
     xfce_titled_dialog_set_subtitle(XFCE_TITLED_DIALOG(dialog->dialog),
-                                    _("Enter a city name or zip code"));
+                                    _("Enter a city name or address"));
 
     hbox = gtk_hbox_new(FALSE, BORDER);
     gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0);


More information about the Xfce4-commits mailing list