1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-26 15:13:19 +00:00

transl fixup

This commit is contained in:
Zeno Rogue 2020-03-05 22:35:41 +01:00
parent 0f0a164050
commit c87dc5a1f0

View File

@ -1994,7 +1994,7 @@ EX namespace patterns {
"wallif(condition, color)\n" "wallif(condition, color)\n"
); );
s += "see compute_map_function in pattern2.cpp for more\n"; s += XLAT("see compute_map_function in pattern2.cpp for more\n");
s += "\n\n" + parser_help(); s += "\n\n" + parser_help();