[frogr] Fixed some strings



commit 2a6ec2b84a5ac0e7e0427d3875233b6c95cae8d1
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Fri Jan 21 23:54:37 2011 +0100

    Fixed some strings

 src/frogr-controller.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/frogr-controller.c b/src/frogr-controller.c
index 741ad20..fc85bf6 100644
--- a/src/frogr-controller.c
+++ b/src/frogr-controller.c
@@ -871,7 +871,7 @@ _notify_creating_set (FrogrController *self,
   gchar *progress_text = NULL;
 
   priv = FROGR_CONTROLLER_GET_PRIVATE (self);
-  frogr_main_view_set_progress_description (priv->mainview, _("Creating new photosetâ?¦"));
+  frogr_main_view_set_progress_description (priv->mainview, _("Creating new photosetsâ?¦"));
 
   picture_title = frogr_picture_get_title (picture);
   set_title = frogr_photoset_get_title (set);
@@ -899,7 +899,7 @@ _notify_adding_to_set (FrogrController *self,
 
   picture_title = frogr_picture_get_title (picture);
   set_title = frogr_photoset_get_title (set);
-  progress_text = g_strdup_printf ("Adding picture %s to photosets %sâ?¦",
+  progress_text = g_strdup_printf ("Adding picture %s to photoset %sâ?¦",
                                    picture_title, set_title);
   g_debug ("%s", progress_text);
 
@@ -921,7 +921,7 @@ _notify_adding_to_group (FrogrController *self,
 
   picture_title = frogr_picture_get_title (picture);
   group_name = frogr_group_get_name (group);
-  progress_text = g_strdup_printf ("Adding picture %s to groups %sâ?¦",
+  progress_text = g_strdup_printf ("Adding picture %s to group %sâ?¦",
                                    picture_title, group_name);
   g_debug ("%s", progress_text);
 



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