Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2009-02-19 21:54:48 (GMT)
committer Bruno Coudoin <bruno.coudoin@free.fr>2009-06-21 12:58:26 (GMT)
commit09971505d2806bde6d47dfa477d20b8d90491abb (patch)
tree78a1abee81b6f1e3d816bf6dbbf385382eaa546c
parent9ce88612e358e4d0f7eda5cc03ae68c7363197c2 (diff)
- Minor updates regarding translations
svn path=/trunk/; revision=3725
-rw-r--r--src/gcompris/gcompris.c2
-rw-r--r--src/readingh-activity/reading.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gcompris/gcompris.c b/src/gcompris/gcompris.c
index 5c1ec19..7f6edda 100644
--- a/src/gcompris/gcompris.c
+++ b/src/gcompris/gcompris.c
@@ -1679,7 +1679,7 @@ main (int argc, char *argv[])
printf(" Server '%s'\n", properties->server);
#else
printf(_("The --server option cannot be used because"
- "GCompris has been compiled without network support!"));
+ " GCompris has been compiled without network support!"));
exit(1);
#endif
}
diff --git a/src/readingh-activity/reading.c b/src/readingh-activity/reading.c
index 8e28a73..20c9e9a 100644
--- a/src/readingh-activity/reading.c
+++ b/src/readingh-activity/reading.c
@@ -453,7 +453,7 @@ reading_create_item(GooCanvasItem *parent)
if(word==NULL)
{
- gc_dialog(_("Skip this level. Not enough word in the list !"),
+ gc_dialog(_("We skip this level because there are not enough word in the list !"),
(DialogBoxCallBack)reading_next_level);
gcomprisBoard->level++;
if(gcomprisBoard->level>gcomprisBoard->maxlevel)