1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-14 04:37:10 +00:00

texts improved

This commit is contained in:
Zeno Rogue
2021-05-29 20:07:59 +02:00
parent 2114446695
commit ad753b12ca
5 changed files with 26 additions and 21 deletions

View File

@@ -41,7 +41,7 @@ string timeline() {
else {
s = XLAT("%1 turns (%2)", its(turncount), getgametime_s());
if(display_yasc_codes)
s+= " YASC code: " + its(yasc_code);
s+= XLAT(" YASC code: ") + its(yasc_code);
}
return s;
}