Skip to content

Commit bb4e0c9

Browse files
author
Semphris
committed
Added missing translation functions
1 parent 3778cf9 commit bb4e0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/supertux/menu/cheat_apply_menu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ CheatApplyMenu::CheatApplyMenu(std::function<void(Player&, int)> callback) :
5252
add_label(_("Apply cheat to player"));
5353
add_hl();
5454

55-
add_intfield("Count", &m_stack_count, -2);
55+
add_intfield(_("Count"), &m_stack_count, -2);
5656
add_hl();
5757
add_entry(-1, _("All Players"));
5858
for (const auto player : Sector::get().get_players())

0 commit comments

Comments
 (0)