From 709f0858814f1ece4bdeb288c2a4ae907a08c358 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 1 Nov 2005 11:15:56 +0000 Subject: More curly quotes. 2005-11-01 Christian Persch * embed/mozilla/ContentHandler.cpp: * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: * embed/print-dialog.c: (ephy_print_verify_postscript): * lib/ephy-gui.c: (ephy_gui_check_location_writable): * src/bookmarks/ephy-bookmark-properties.c: (update_window_title): * src/bookmarks/ephy-bookmarks-editor.c: (delete_topic_dialog_construct), (add_bookmarks_source), (import_bookmarks): * src/bookmarks/ephy-bookmarks.c: (redirect_cb): * src/bookmarks/ephy-new-bookmark.c: (duplicate_dialog_construct): * src/ephy-extensions-manager.c: (dir_changed_cb): * src/ephy-tab.c: (update_net_state_message): More curly quotes. --- lib/ephy-gui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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), -- cgit