aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-new-bookmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bookmarks/ephy-new-bookmark.c')
-rw-r--r--src/bookmarks/ephy-new-bookmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-new-bookmark.c b/src/bookmarks/ephy-new-bookmark.c
index 46c05b216..75b2c8948 100644
--- a/src/bookmarks/ephy-new-bookmark.c
+++ b/src/bookmarks/ephy-new-bookmark.c
@@ -309,7 +309,7 @@ duplicate_dialog_construct (GtkWindow *parent,
GtkWidget *dialog;
char *str, *tmp_str;
- tmp_str = g_markup_printf_escaped (_("You already have a bookmark titled \"%s\" for this page."),
+ tmp_str = g_markup_printf_escaped (_("You already have a bookmark titled ā€œ%sā€ for this page."),
title);
str = g_strconcat ("<span weight=\"bold\" size=\"larger\">", tmp_str, "</span>", NULL);