"Boot und Kueste"

localization of ", " returns "and"? weird.
This commit is contained in:
Enno Rehling 2007-04-27 11:31:02 +00:00
parent cd982034e4
commit 74de05a4d3
1 changed files with 1 additions and 1 deletions

View File

@ -2083,7 +2083,7 @@ report_plaintext(const char * filename, report_context * ctx)
}
if (!fval(r->terrain, SEA_REGION)) {
if (sh->coast != NODIRECTION) {
scat(LOC(f->locale, ", "));
scat(", ");
scat(LOC(f->locale, coasts[sh->coast]));
}
}