Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-password.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-password.c')
-rw-r--r--shell/ev-password.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-password.c b/shell/ev-password.c
index e9a57ba..b6298f3 100644
--- a/shell/ev-password.c
+++ b/shell/ev-password.c
@@ -81,7 +81,7 @@ ev_password_dialog_set_property (GObject *object,
base_name = g_path_get_basename (file_name);
format = g_strdup_printf ("<span size=\"larger\" weight=\"bold\">%s</span>\n\n%s",
_("Password required"),
- _("The document <i>%s</i> is locked and requires a password before it can be opened."));
+ _("The document ā€œ%sā€ is locked and requires a password before it can be opened."));
markup = g_markup_printf_escaped (format, base_name);
gtk_label_set_markup (GTK_LABEL (dialog->priv->label), markup);