mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 01:17:39 +00:00
more XLAT refactoring, and preparation for gentrans.cpp
This commit is contained in:
8
quit.cpp
8
quit.cpp
@@ -121,13 +121,13 @@ EX hint hints[] = {
|
||||
0,
|
||||
[]() { return in_full_game(); },
|
||||
[]() {
|
||||
dialog::addInfo(XLAT(
|
||||
dialog::addInfo(
|
||||
#if ISMOBILE
|
||||
"The 'world overview' shows all the lands in HyperRogue."
|
||||
XLAT("The 'world overview' shows all the lands in HyperRogue.")
|
||||
#else
|
||||
"Press 'o' to see all the lands in HyperRogue."
|
||||
XLAT("Press 'o' to see all the lands in HyperRogue.")
|
||||
#endif
|
||||
));
|
||||
);
|
||||
dialog::addBreak(50);
|
||||
dialog::addItem(XLAT("world overview"), 'z');
|
||||
},
|
||||
|
Reference in New Issue
Block a user