mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 04:20:27 +01:00
WRaster: Made a few messages translatable
Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
70f89fd9c5
commit
e5f7ef23a6
@@ -129,7 +129,7 @@ RImage *RLoadWEBP(const char *file_name)
|
||||
free(raw_data);
|
||||
|
||||
if (!ret) {
|
||||
fprintf(stderr, "wrlib: Failed to decode WEBP from file \"%s\"\n", file_name);
|
||||
fprintf(stderr, _("wrlib: failed to decode WebP from file \"%s\"\n"), file_name);
|
||||
RErrorCode = RERR_BADIMAGEFILE;
|
||||
RReleaseImage(image);
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user