summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-loader.c
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-09-30 00:43:18 +0200
committerBastien Nocera <hadess@hadess.net>2017-12-05 16:38:07 +0100
commit37cdb6ce1ff4ba197a3b3585ccb6dc3d32b94228 (patch)
treecb442bb601ce6991b228d932371d4e0a09e6b198 /gdk-pixbuf/gdk-pixbuf-loader.c
parent4cc39d479356b6b09e3d62a0f3ab424db6c266d8 (diff)
downloadgdk-pixbuf-37cdb6ce1ff4ba197a3b3585ccb6dc3d32b94228.tar.gz
Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772216
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-loader.c')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-loader.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-loader.c b/gdk-pixbuf/gdk-pixbuf-loader.c
index 89f46a3e0..aab5303e7 100644
--- a/gdk-pixbuf/gdk-pixbuf-loader.c
+++ b/gdk-pixbuf/gdk-pixbuf-loader.c
@@ -379,8 +379,8 @@ gdk_pixbuf_loader_ensure_error (GdkPixbufLoader *loader,
g_set_error (error,
GDK_PIXBUF_ERROR,
GDK_PIXBUF_ERROR_FAILED,
- _("Internal error: Image loader module '%s' failed to"
- " complete an operation, but didn't give a reason for"
+ _("Internal error: Image loader module “%s” failed to"
+ " complete an operation, but didn’t give a reason for"
" the failure"),
priv->image_module->module_name);
}
@@ -421,7 +421,7 @@ gdk_pixbuf_loader_load_module (GdkPixbufLoader *loader,
g_set_error (error,
GDK_PIXBUF_ERROR,
GDK_PIXBUF_ERROR_UNSUPPORTED_OPERATION,
- _("Incremental loading of image type '%s' is not supported"),
+ _("Incremental loading of image type “%s” is not supported"),
priv->image_module->module_name);
return 0;