summaryrefslogtreecommitdiff
path: root/src/screen/settingKeys.c
diff options
context:
space:
mode:
authorMichal Zima <xhire@mujmalysvet.cz>2009-12-08 16:06:25 +0100
committerMichal Zima <xhire@mujmalysvet.cz>2009-12-08 16:06:25 +0100
commitddcbf2fcd7bfb9af4358593f8eebaa18d04c0f96 (patch)
treeea6c1ad9d70c53ad165c4110399c2e56300e59e1 /src/screen/settingKeys.c
parentdf8a2c657b17a0b0bb7f990d6adbb40d514af82c (diff)
Czech translation
Few adjustions of translation texts and the generation script
Diffstat (limited to 'src/screen/settingKeys.c')
-rw-r--r--src/screen/settingKeys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen/settingKeys.c b/src/screen/settingKeys.c
index 90a35f2..a4b4929 100644
--- a/src/screen/settingKeys.c
+++ b/src/screen/settingKeys.c
@@ -282,7 +282,7 @@ void setting_key_int()
button_back = button_new(_("Back"), WINDOW_SIZE_X - 200, WINDOW_SIZE_Y - 100, eventWidget);
tux_left = label_new(_("Player 2"), WINDOW_SIZE_X / 4, 150, WIDGET_LABEL_CENTER);
- tux_left_keyup = label_new(_("Up"), 50, tux_left->y + 50, WIDGET_LABEL_LEFT);
+ tux_left_keyup = label_new(_("Up:"), 50, tux_left->y + 50, WIDGET_LABEL_LEFT);
tux_left_keydown = label_new(_("Down:"), tux_left_keyup->x, tux_left_keyup->y + 20, WIDGET_LABEL_LEFT);
tux_left_keyleft = label_new(_("Left:"), tux_left_keyup->x, tux_left_keydown->y + 20, WIDGET_LABEL_LEFT);
tux_left_keyright = label_new(_("Right:"), tux_left_keyup->x, tux_left_keyleft->y + 20, WIDGET_LABEL_LEFT);