aboutsummaryrefslogtreecommitdiffstats
path: root/embed/print-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/print-dialog.c')
-rwxr-xr-xembed/print-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/print-dialog.c b/embed/print-dialog.c
index 72f39428c..956353cda 100755
--- a/embed/print-dialog.c
+++ b/embed/print-dialog.c
@@ -275,7 +275,7 @@ ephy_print_verify_postscript (GnomePrintDialog *print_dialog)
_("Printing is not supported on this printer"));
gtk_message_dialog_format_secondary_text (
GTK_MESSAGE_DIALOG (dialog),
- _("You were trying to print to a printer using the \"%s\" driver. This program requires a PostScript printer driver."),
+ _("You were trying to print to a printer using the ā€œ%sā€ driver. This program requires a PostScript printer driver."),
gnome_print_config_get (
config, (guchar *)"Settings.Engine.Backend.Driver"));
}