We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3778cf9 commit bb4e0c9Copy full SHA for bb4e0c9
src/supertux/menu/cheat_apply_menu.cpp
@@ -52,7 +52,7 @@ CheatApplyMenu::CheatApplyMenu(std::function<void(Player&, int)> callback) :
52
add_label(_("Apply cheat to player"));
53
add_hl();
54
55
- add_intfield("Count", &m_stack_count, -2);
+ add_intfield(_("Count"), &m_stack_count, -2);
56
57
add_entry(-1, _("All Players"));
58
for (const auto player : Sector::get().get_players())
0 commit comments