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