1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-14 13:57:38 +00:00

deconfused translation checker

This commit is contained in:
Zeno Rogue
2023-12-03 14:29:02 +01:00
parent a79a7f63a1
commit 7802194248
3 changed files with 5 additions and 4 deletions

View File

@@ -924,7 +924,7 @@ EX void load_official_track() {
void track_chooser(bool official) {
cmode = sm::NOSCR;
gamescreen();
dialog::init(XLAT(official ? "Official tracks" : "Generate a racing track"));
dialog::init(official ? XLAT("play on an official track") : XLAT("generate a random track"));
map<char, eLand> landmap;