[frogr] Changed translatable string



commit c202f835724b5d1829a1692555d9c61e180d28d1
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Tue Aug 16 09:12:45 2011 +0200

    Changed translatable string

 src/frogr-details-dialog.c  |    2 +-
 src/frogr-settings-dialog.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/frogr-details-dialog.c b/src/frogr-details-dialog.c
index 0461170..41f4578 100644
--- a/src/frogr-details-dialog.c
+++ b/src/frogr-details-dialog.c
@@ -264,7 +264,7 @@ _create_widgets (FrogrDetailsDialog *self)
   gtk_box_pack_start (GTK_BOX (internal_hbox), visibility_vbox, FALSE, FALSE, 0);
   gtk_box_pack_start (GTK_BOX (section_vbox), internal_hbox, FALSE, FALSE, 0);
 
-  widget = gtk_check_button_new_with_mnemonic (_("Send _location aware information if present"));
+  widget = gtk_check_button_new_with_mnemonic (_("Send picture _location if available"));
   gtk_box_pack_start (GTK_BOX (section_vbox), widget, FALSE, FALSE, 0);
   priv->send_location_cb = widget;
 
diff --git a/src/frogr-settings-dialog.c b/src/frogr-settings-dialog.c
index 516bba6..767ad0c 100644
--- a/src/frogr-settings-dialog.c
+++ b/src/frogr-settings-dialog.c
@@ -227,7 +227,7 @@ _add_general_page (FrogrSettingsDialog *self, GtkNotebook *notebook)
   gtk_box_pack_start (GTK_BOX (box1), padding_hbox, FALSE, FALSE, 0);
 
   _add_toggleable_item (self, GTK_BOX (box1), NULL, FALSE,
-                        _("Send _location aware information if present"),
+                        _("Send picture _location if available"),
                         &priv->send_geolocation_data_cb);
   _add_toggleable_item (self, GTK_BOX (box1), NULL, FALSE,
                         _("_Show up in Global Search Results"),



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