Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ev-attachment.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/ev-attachment.c')
-rw-r--r--backend/ev-attachment.c8
1 files changed, 4 insertions, 4 deletions
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;