1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-09 12:16:45 +00:00

fixed the hint

This commit is contained in:
Zeno Rogue 2017-10-30 10:37:49 +01:00
parent c217d10518
commit f95557a7fe

View File

@ -224,7 +224,7 @@ void checkGoodLand(eLand l) {
"Remember that you can get to the next slide by pressing Enter.",
l
) +
XLAT(" This tutorial will not advance on its own -- you have to press Enter (not while reading help text).");
XLAT(" This tutorial will not advance on its own -- you have to press Enter (not while reading help text).")
);
}