texts improved

This commit is contained in:
Zeno Rogue
2021-06-01 13:07:55 +02:00
parent 2114446695
commit ad753b12ca
5 changed files with 26 additions and 21 deletions
+1 -1
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;
}