mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-06 11:59:03 +00:00
fixes to translations
This commit is contained in:
@@ -1502,7 +1502,7 @@ void mode_screen_for_current() {
|
||||
else gotoHelp(yendor::chelp);
|
||||
});
|
||||
|
||||
dialog::addSelItem(XLAT("Pure Tactics Mode"), its(tactic::compute_tscore(mc)), 't');
|
||||
dialog::addSelItem(XLAT("pure tactics mode"), its(tactic::compute_tscore(mc)), 't');
|
||||
dialog::add_action(tactic::start);
|
||||
|
||||
dialog::addBreak(100);
|
||||
|
||||
Reference in New Issue
Block a user