summaryrefslogtreecommitdiff
path: root/src/client/screen.c
diff options
context:
space:
mode:
authorxHire <xhire@tuxportal.cz>2008-10-25 11:58:43 +0200
committerxHire <xhire@tuxportal.cz>2008-10-25 11:58:43 +0200
commit03daa19ec574dcab59e89566a8062b60b16a8325 (patch)
tree702273f2e42d4e483a5262f66660d8b3329e558e /src/client/screen.c
parent4b4a75f6ced29923777d0dd7e27fdd4bbfed800a (diff)
Translated all game into Czech + some small fixes
Updated scripts Correction: "Height Score" -> "High Score" Set right file permissions
Diffstat (limited to 'src/client/screen.c')
-rw-r--r--src/client/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/screen.c b/src/client/screen.c
index 89fa5ef..f9f1f2f 100644
--- a/src/client/screen.c
+++ b/src/client/screen.c
@@ -114,7 +114,7 @@ switchScreen()
if (currentScreen != NULL) {
#ifdef DEBUG
- printf(_("Stopping screen:\" %s\"\n"), currentScreen->name);
+ printf(_("Stopping screen: \"%s\"\n"), currentScreen->name);
#endif
currentScreen->fce_stop();
}