forked from github/server
localis von print_curses
This commit is contained in:
parent
33032de384
commit
e4afb526ad
|
@ -640,7 +640,7 @@ print_curses(FILE *F, const void * obj, typ_t typ, const attrib *a, int self, in
|
||||||
(data->value==1 ? "t" : "en"),
|
(data->value==1 ? "t" : "en"),
|
||||||
data->value,
|
data->value,
|
||||||
(data->value==1 ? "" : "en"),
|
(data->value==1 ? "" : "en"),
|
||||||
LOC(NULL, resourcename(data->type->itype->rtype, 0)));
|
LOC(default_locale, resourcename(data->type->itype->rtype, 0)));
|
||||||
rnl(F);
|
rnl(F);
|
||||||
rparagraph(F, buf, indent, 0);
|
rparagraph(F, buf, indent, 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue