summaryrefslogtreecommitdiff
path: root/src/screen/screen_table.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/screen/screen_table.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/screen/screen_table.c')
-rw-r--r--src/screen/screen_table.c4
1 files changed, 2 insertions, 2 deletions
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;
}