diff options
| author | xHire <xhire@tuxportal.cz> | 2009-05-26 00:48:20 +0200 |
|---|---|---|
| committer | xHire <xhire@tuxportal.cz> | 2009-05-26 01:12:15 +0200 |
| commit | 53fdb78257cd4bf454f255deede74d8e98e752fb (patch) | |
| tree | 2b3940027d3e371b855bd9da31efcbbcb2765cec /src/screen/setting.c | |
| parent | 409083e69d4bb9d8b1eb492b3474c86e093f2de8 (diff) | |
Fixed few typos
Diffstat (limited to 'src/screen/setting.c')
| -rw-r--r-- | src/screen/setting.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen/setting.c b/src/screen/setting.c index fb88da4..ceea876 100644 --- a/src/screen/setting.c +++ b/src/screen/setting.c @@ -433,7 +433,7 @@ void setting_init() statusbar_add(statusbar, check[GUN_BOMBBALL], _("Bomb ball")); statusbar_add(statusbar, check[BONUS_SPEED], _("Speed bonus")); - statusbar_add(statusbar, check[BONUS_SHOT], _("Unfinite ammo")); + statusbar_add(statusbar, check[BONUS_SHOT], _("Infinite ammo")); statusbar_add(statusbar, check[BONUS_TELEPORT], _("Unkillable bonus")); statusbar_add(statusbar, check[BONUS_GHOST], _("No-walls bonus")); statusbar_add(statusbar, check[BONUS_4X], _("1 shot to 4 directions bonus")); |