1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 01:47:39 +00:00

renamed Tutorial to Guided tour

This commit is contained in:
Zeno Rogue
2019-09-13 18:01:28 +02:00
parent d0955c20ac
commit d3802ed9e9
7 changed files with 51 additions and 50 deletions

View File

@@ -161,7 +161,7 @@ void buildHelpText() {
+ "http//roguetemple.com/z/hyper/\n\n";
#if CAP_TOUR
help += XLAT("Try the Tutorial to help with understanding the "
help += XLAT("Try the Guided Tour to help with understanding the "
"geometry of HyperRogue (menu -> special modes).\n\n");
#endif