diff options
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")); |