1
0
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:
Zeno Rogue
2025-07-09 18:00:00 +02:00
parent d3128d6d31
commit 81003949af
3 changed files with 7 additions and 5 deletions

View File

@@ -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);