From 03daa19ec574dcab59e89566a8062b60b16a8325 Mon Sep 17 00:00:00 2001 From: xHire Date: Sat, 25 Oct 2008 11:58:43 +0200 Subject: Translated all game into Czech + some small fixes Updated scripts Correction: "Height Score" -> "High Score" Set right file permissions --- src/screen/screen_table.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/screen/screen_table.c') diff --git a/src/screen/screen_table.c b/src/screen/screen_table.c index 5eea4d2..1a5ffcd 100644 --- a/src/screen/screen_table.c +++ b/src/screen/screen_table.c @@ -152,7 +152,7 @@ loadHighscoreFile() textFile = loadTextFile(path); if (textFile == NULL) { - fprintf(stderr, _("I am unable to load: \"%s\" !\n"), path); + fprintf(stderr, _("I am unable to load: \"%s\"!\n"), path); fprintf(stderr, _("Creating: \"%s\"\n"), path); textFile = newTextFile(path); } @@ -161,7 +161,7 @@ loadHighscoreFile() } if (textFile == NULL) { - fprintf(stderr, _("I was unable to create: \"%s\" !\n"), path); + fprintf(stderr, _("I was unable to create: \"%s\"!\n"), path); return; } -- cgit v1.2.3