aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-gui.c')
-rw-r--r--lib/ephy-gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ephy-gui.c b/lib/ephy-gui.c
index 28dee83f3..3f30acd32 100644
--- a/lib/ephy-gui.c
+++ b/lib/ephy-gui.c
@@ -325,7 +325,7 @@ ephy_gui_check_location_writable (GtkWidget *parent,
GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_MESSAGE_ERROR,
GTK_BUTTONS_CLOSE,
- _("Directory %s is not writable"), path);
+ _("Directory ā€œ%sā€ is not writable"), path);
gtk_message_dialog_format_secondary_text (
GTK_MESSAGE_DIALOG (dialog),
@@ -362,7 +362,7 @@ ephy_gui_check_location_writable (GtkWidget *parent,
GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_MESSAGE_ERROR,
GTK_BUTTONS_CLOSE,
- _("File %s is not writable"), display_name);
+ _("File ā€œ%sā€ is not writable"), display_name);
gtk_message_dialog_format_secondary_text (
GTK_MESSAGE_DIALOG (dialog),