[gcompris/gcomprixogoo] Fixed missing translation request for the "Yes I Saw it" string in the reading activity.



commit 553ec81e18d2d40924e135f7b09164feb83494cc
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Thu Apr 8 22:48:37 2010 +0200

    Fixed missing translation request for the "Yes I Saw it" string in the reading activity.

 src/readingh-activity/reading.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/readingh-activity/reading.c b/src/readingh-activity/reading.c
index 821c9a6..35f3626 100644
--- a/src/readingh-activity/reading.c
+++ b/src/readingh-activity/reading.c
@@ -656,7 +656,7 @@ ask_yes_no()
 
   item2 =
     goo_canvas_text_new (boardRootItem,
-			 ("Yes, I saw it"),
+			 _("Yes, I saw it"),
 			 x_offset,
 			 y_offset,
 			 -1,



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