diff options
Diffstat (limited to 'gdk-pixbuf/io-gdip-jpeg.c')
-rw-r--r-- | gdk-pixbuf/io-gdip-jpeg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk-pixbuf/io-gdip-jpeg.c b/gdk-pixbuf/io-gdip-jpeg.c index 73fa1f19d..3d2103dbc 100644 --- a/gdk-pixbuf/io-gdip-jpeg.c +++ b/gdk-pixbuf/io-gdip-jpeg.c @@ -51,7 +51,7 @@ gdk_pixbuf__gdip_image_save_JPEG_to_callback (GdkPixbufSaveFunc save_func, g_set_error (error,
GDK_PIXBUF_ERROR,
GDK_PIXBUF_ERROR_BAD_OPTION,
- _("JPEG quality must be a value between 0 and 100; value '%s' could not be parsed."),
+ _("JPEG quality must be a value between 0 and 100; value ā%sā could not be parsed."),
*viter);
return FALSE;
@@ -66,7 +66,7 @@ gdk_pixbuf__gdip_image_save_JPEG_to_callback (GdkPixbufSaveFunc save_func, g_set_error (error,
GDK_PIXBUF_ERROR,
GDK_PIXBUF_ERROR_BAD_OPTION,
- _("JPEG quality must be a value between 0 and 100; value '%d' is not allowed."),
+ _("JPEG quality must be a value between 0 and 100; value ā%dā is not allowed."),
(int)quality);
return FALSE;
|