Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ev-document-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/ev-document-factory.c')
-rw-r--r--backend/ev-document-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/ev-document-factory.c b/backend/ev-document-factory.c
index f8a3a4b..e3f384f 100644
--- a/backend/ev-document-factory.c
+++ b/backend/ev-document-factory.c
@@ -266,7 +266,7 @@ get_document_from_uri (const char *uri, gboolean slow, GError **error)
g_set_error (error,
EV_DOCUMENT_ERROR,
0,
- _("Unhandled MIME type: '%s'"), info->mime_type);
+ _("Unhandled MIME type: ā€œ%sā€"), info->mime_type);
gnome_vfs_file_info_unref (info);
return NULL;
}