und und
This commit is contained in:
Enno Rehling 2006-04-16 23:16:19 +00:00
parent 4d82a5eca3
commit 139fceb5f8
1 changed files with 1245 additions and 1245 deletions

View File

@ -1189,7 +1189,7 @@ durchreisende(FILE * F, const region * r, const faction * f)
if (counter + 1 < maxtravel) { if (counter + 1 < maxtravel) {
str += strxcpy(str, ", "); str += strxcpy(str, ", ");
} else if (counter + 1 == maxtravel) { } else if (counter + 1 == maxtravel) {
str += strxcpy(str, "und "); str += strxcpy(str, " und ");
} }
} }
} }