[frogr] Fixed wrong translatable string in details dialog



commit a2e044b6fa23833e10d79844172783cc79b7bc51
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Sun Sep 14 00:34:26 2014 +0100

    Fixed wrong translatable string in details dialog

 src/frogr-details-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/frogr-details-dialog.c b/src/frogr-details-dialog.c
index 63d3f0f..fe089a8 100644
--- a/src/frogr-details-dialog.c
+++ b/src/frogr-details-dialog.c
@@ -412,7 +412,7 @@ _create_widgets (FrogrDetailsDialog *self)
   gtk_box_pack_start (GTK_BOX (section_vbox), widget, FALSE, FALSE, 0);
   priv->send_location_cb = widget;
 
-  widget = gtk_check_button_new_with_mnemonic (_("Set 'Taken Date' as 'Posted Date' for Pictures"));
+  widget = gtk_check_button_new_with_mnemonic (_("Set 'Taken Date' as 'Posted Date'"));
   gtk_box_pack_start (GTK_BOX (section_vbox), widget, FALSE, FALSE, 0);
   priv->date_taken_as_posted_cb = widget;
 


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