[frogr] Updated wrong (translatable) string.
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Updated wrong (translatable) string.
- Date: Thu, 20 Jan 2011 16:40:35 +0000 (UTC)
commit 3d7bcbf335b8a64b47d6e6c54637a904db2a418a
Author: Mario Sanchez Prada <msanchez igalia com>
Date: Thu Jan 20 17:26:44 2011 +0100
Updated wrong (translatable) string.
src/frogr-controller.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/frogr-controller.c b/src/frogr-controller.c
index 27728f1..65b45c3 100644
--- a/src/frogr-controller.c
+++ b/src/frogr-controller.c
@@ -891,11 +891,11 @@ _notify_adding_to_set (FrogrController *self,
priv = FROGR_CONTROLLER_GET_PRIVATE (self);
frogr_main_view_show_progress (priv->mainview,
- _("Adding picture to photosetâ?¦"));
+ _("Adding picture to photosetsâ?¦"));
picture_title = frogr_picture_get_title (picture);
set_title = frogr_photoset_get_title (set);
- progress_text = g_strdup_printf ("Adding picture %s to photoset %sâ?¦",
+ progress_text = g_strdup_printf ("Adding picture %s to photosets %sâ?¦",
picture_title, set_title);
g_debug ("%s", progress_text);
@@ -914,11 +914,11 @@ _notify_adding_to_group (FrogrController *self,
priv = FROGR_CONTROLLER_GET_PRIVATE (self);
frogr_main_view_show_progress (priv->mainview,
- _("Adding picture to groupâ?¦"));
+ _("Adding picture to groupsâ?¦"));
picture_title = frogr_picture_get_title (picture);
group_name = frogr_group_get_name (group);
- progress_text = g_strdup_printf ("Adding picture %s to group %sâ?¦",
+ progress_text = g_strdup_printf ("Adding picture %s to groups %sâ?¦",
picture_title, group_name);
g_debug ("%s", progress_text);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]