mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-25 04:45:58 +00:00
First attempt at i18n using gettext
This commit is contained in:
@@ -169,7 +169,8 @@ INTERNAL int ps_plot(struct zint_symbol *symbol) {
|
||||
feps = fopen(symbol->outfile, "w");
|
||||
}
|
||||
if (feps == NULL) {
|
||||
strcpy(symbol->errtxt, "645: Could not open output file");
|
||||
symbol->err_origin = 645;
|
||||
strcpy(symbol->errtxt, _("Can't open output file"));
|
||||
return ZINT_ERROR_FILE_ACCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user