[frogr] Changed string in 'create new album' dialog



commit 28b072e5b8a8cf069e7694bee033cc1e50ba31c9
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Tue Apr 26 07:32:53 2011 -0700

    Changed string in 'create new album' dialog

 src/frogr-create-new-set-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/frogr-create-new-set-dialog.c b/src/frogr-create-new-set-dialog.c
index bc03b53..8e64e21 100644
--- a/src/frogr-create-new-set-dialog.c
+++ b/src/frogr-create-new-set-dialog.c
@@ -360,7 +360,7 @@ frogr_create_new_set_dialog_init (FrogrCreateNewSetDialog *self)
   priv->description_buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (widget));
   priv->description_tv = widget;
 
-  widget = gtk_check_button_new_with_mnemonic (_("Copy contents to pictures details"));
+  widget = gtk_check_button_new_with_mnemonic (_("Fill pictures details with title and description"));
   align = gtk_alignment_new (1, 0, 1, 0);
   gtk_container_add (GTK_CONTAINER (align), widget);
   gtk_table_attach (GTK_TABLE (table), align, 1, 2, 2, 3,



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