From d18bf1f949a0d4fb15b3bbd6daa6b8a59ebdc3f2 Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Sat, 27 May 2006 13:00:31 +0000 Subject: Use consistent quoting style. Fix for the bug #320285. * backend/ev-attachment.c: (ev_attachment_save), (ev_attachment_launch_app), (ev_attachment_open): * backend/ev-document-factory.c: (get_document_from_uri): * cut-n-paste/recent-files/egg-recent-view-uimanager.c: (egg_recent_view_uimanager_set_list): * ps/ps-document.c: (check_filecompressed), (document_load), (ps_document_load): * shell/ev-metadata-manager.c: (load_values): * shell/ev-password.c: (ev_password_dialog_set_property): * shell/ev-view.c: (tip_from_link): * shell/ev-window.c: (file_save_dialog_response_cb), (ev_window_print_dialog_response_cb): Use consistent quoting style. Fix for the bug #320285. --- (limited to 'backend') diff --git a/backend/ev-attachment.c b/backend/ev-attachment.c index 3314738..1098267 100644 --- a/backend/ev-attachment.c +++ b/backend/ev-attachment.c @@ -300,7 +300,7 @@ ev_attachment_save (EvAttachment *attachment, g_set_error (error, EV_ATTACHMENT_ERROR, (gint) result, - _("Couldn't save attachment '%s': %s"), + _("Couldn't save attachment “%s”: %s"), uri, gnome_vfs_result_to_string (result)); @@ -313,7 +313,7 @@ ev_attachment_save (EvAttachment *attachment, g_set_error (error, EV_ATTACHMENT_ERROR, (gint) result, - _("Couldn't save attachment '%s': %s"), + _("Couldn't save attachment “%s”: %s"), uri, gnome_vfs_result_to_string (result)); @@ -345,7 +345,7 @@ ev_attachment_launch_app (EvAttachment *attachment, g_set_error (error, EV_ATTACHMENT_ERROR, (gint) result, - _("Couldn't open attachment '%s': %s"), + _("Couldn't open attachment “%s”: %s"), attachment->priv->name, gnome_vfs_result_to_string (result)); @@ -378,7 +378,7 @@ ev_attachment_open (EvAttachment *attachment, g_set_error (error, EV_ATTACHMENT_ERROR, 0, - _("Couldn't open attachment '%s'"), + _("Couldn't open attachment “%s”"), attachment->priv->name); return FALSE; 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; } -- cgit v0.9.1