Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/gcompris
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2009-02-19 21:54:48 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2009-02-19 21:54:48 (GMT)
commitce4d833afe43420d1eda09b9b7cc66f1cfb883a5 (patch)
treeecfef29bfa2262923a4fc8379467f24b93fa30db /src/gcompris
parentc9f6e3dd0b2a4af198be141e666ce598a171711c (diff)
- Minor updates regarding translations
svn path=/trunk/; revision=3725
Diffstat (limited to 'src/gcompris')
-rw-r--r--src/gcompris/gcompris.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gcompris/gcompris.c b/src/gcompris/gcompris.c
index c651358..e7b7a0b 100644
--- a/src/gcompris/gcompris.c
+++ b/src/gcompris/gcompris.c
@@ -1810,7 +1810,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
}