Allow translation of warning message (gettext)

This commit is contained in:
Fabian Kurz 2015-01-28 20:27:15 +00:00
parent 2a0280ab19
commit 59eebc7cab
1 changed files with 1 additions and 1 deletions

View File

@ -750,7 +750,7 @@ int makeword(char * text, CWP *cw) {
* function to provide the name of the character */
fprintf(stderr, _("Warning: Don't know CW for unicode code point U+%04X. "), c);
}
fprintf(stderr, "[Line %d, Byte %d]\n", cw->linecount, cw->linepos);
fprintf(stderr, _("[Line %d, Byte %d]\n"), cw->linecount, cw->linepos);
#endif
code = " ";