[frogr] Fixed wrong dialog titles



commit dde8ff4f582a613a8231ccf1bd9488509b911589
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Mon Jan 17 23:38:09 2011 +0100

    Fixed wrong dialog titles

 src/frogr-add-to-album-dialog.c |    2 +-
 src/frogr-add-to-group-dialog.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/frogr-add-to-album-dialog.c b/src/frogr-add-to-album-dialog.c
index a4350b8..aa40ecf 100644
--- a/src/frogr-add-to-album-dialog.c
+++ b/src/frogr-add-to-album-dialog.c
@@ -574,7 +574,7 @@ frogr_add_to_album_dialog_show (GtkWindow *parent, GSList *pictures, GSList *alb
   GObject *new = NULL;
 
   new = g_object_new (FROGR_TYPE_ADD_TO_ALBUM_DIALOG,
-                      "title", _("Add to Album"),
+                      "title", _("Add to Albums"),
                       "modal", TRUE,
                       "pictures", pictures,
                       "albums", albums,
diff --git a/src/frogr-add-to-group-dialog.c b/src/frogr-add-to-group-dialog.c
index 98aea4c..5de8e83 100644
--- a/src/frogr-add-to-group-dialog.c
+++ b/src/frogr-add-to-group-dialog.c
@@ -574,7 +574,7 @@ frogr_add_to_group_dialog_show (GtkWindow *parent, GSList *pictures, GSList *gro
   GObject *new = NULL;
 
   new = g_object_new (FROGR_TYPE_ADD_TO_GROUP_DIALOG,
-                      "title", _("Add to Group"),
+                      "title", _("Add to Groups"),
                       "modal", TRUE,
                       "pictures", pictures,
                       "groups", groups,



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