syntaxfic claimable

This commit is contained in:
Enno Rehling 2006-01-08 11:03:57 +00:00
parent 77bc58aabd
commit f1b344f7e9
1 changed files with 1 additions and 1 deletions

View File

@ -2004,7 +2004,7 @@ report_plaintext(const char * filename, report_context * ctx)
edit += strlen(edit);
while (iclaim!=NULL) {
sprintf(edit, "%d %s", iclaim->number,
LOC(f->locale, resourcename(iclaim->type->rtype, iclaim->number)));
LOC(f->locale, resourcename(iclaim->type->rtype, (iclaim->number!=1)?NMF_PLURAL:0)));
iclaim = iclaim->next;
if (iclaim!=NULL) {
strcat(edit, ", ");