aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-bookmarks.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bookmarks/ephy-bookmarks.c')
-rw-r--r--src/bookmarks/ephy-bookmarks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bookmarks/ephy-bookmarks.c b/src/bookmarks/ephy-bookmarks.c
index 52e5b4855..69f01df19 100644
--- a/src/bookmarks/ephy-bookmarks.c
+++ b/src/bookmarks/ephy-bookmarks.c
@@ -468,12 +468,12 @@ redirect_cb (EphyHistory *history,
GTK_MESSAGE_QUESTION,
GTK_BUTTONS_NONE,
/* translators: the %s is the title of the bookmark */
- _("Update bookmark \"%s\"?"),
+ _("Update bookmark ā€œ%sā€?"),
title);
gtk_message_dialog_format_secondary_text
(GTK_MESSAGE_DIALOG (dialog),
/* translators: the %s is a URL */
- _("The bookmarked page has moved to \"%s\"."),
+ _("The bookmarked page has moved to ā€œ%sā€."),
to_uri);
gtk_dialog_add_button (GTK_DIALOG (dialog),