[libgweather] Mark forgotten string for translation



commit 3c38879377600d8a53cc5ac7a72e018f0214ca2b
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Wed Jul 29 17:58:02 2015 +0200

    Mark forgotten string for translation
    
    Also adds the file to POTFILES.in.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=752979

 libgweather/gweather-location-entry.c |    2 +-
 po/POTFILES.in                        |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/libgweather/gweather-location-entry.c b/libgweather/gweather-location-entry.c
index a7b27ef..7480a17 100644
--- a/libgweather/gweather-location-entry.c
+++ b/libgweather/gweather-location-entry.c
@@ -781,7 +781,7 @@ _no_matches (GtkEntryCompletion *completion, GWeatherLocationEntry *entry) {
         g_object_unref (entry->priv->cancellable);
         entry->priv->cancellable = NULL;
     } else {
-        gtk_entry_completion_insert_action_text (completion, 0, "Loading...");
+        gtk_entry_completion_insert_action_text (completion, 0, _("Loading..."));
     }
 
     entry->priv->cancellable = g_cancellable_new ();
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 0d483b1..e1da5f2 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -4,8 +4,9 @@
 [encoding: UTF-8]
 data/glade/libgweather.xml.in
 libgweather/gweather-location.c
-libgweather/gweather-timezone.c
+libgweather/gweather-location-entry.c
 libgweather/gweather-parser.c
+libgweather/gweather-timezone.c
 libgweather/gweather-timezone-menu.c
 libgweather/gweather-weather.c
 libgweather/weather-iwin.c


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]