forked from github/server
"Boot und Kueste" localization of ", " returns "and"? weird.
This commit is contained in:
parent
cd982034e4
commit
74de05a4d3
|
@ -2083,7 +2083,7 @@ report_plaintext(const char * filename, report_context * ctx)
|
||||||
}
|
}
|
||||||
if (!fval(r->terrain, SEA_REGION)) {
|
if (!fval(r->terrain, SEA_REGION)) {
|
||||||
if (sh->coast != NODIRECTION) {
|
if (sh->coast != NODIRECTION) {
|
||||||
scat(LOC(f->locale, ", "));
|
scat(", ");
|
||||||
scat(LOC(f->locale, coasts[sh->coast]));
|
scat(LOC(f->locale, coasts[sh->coast]));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue