diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-11-01 19:15:56 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-11-01 19:15:56 +0800 |
commit | 709f0858814f1ece4bdeb288c2a4ae907a08c358 (patch) | |
tree | 32ae587982b4a8203d842dd0b261bba2042c9835 /embed/mozilla/ContentHandler.cpp | |
parent | 5f88d3915c6330ec150b977b320375ab3284b322 (diff) | |
download | gsoc2013-epiphany-709f0858814f1ece4bdeb288c2a4ae907a08c358.tar gsoc2013-epiphany-709f0858814f1ece4bdeb288c2a4ae907a08c358.tar.gz gsoc2013-epiphany-709f0858814f1ece4bdeb288c2a4ae907a08c358.tar.bz2 gsoc2013-epiphany-709f0858814f1ece4bdeb288c2a4ae907a08c358.tar.lz gsoc2013-epiphany-709f0858814f1ece4bdeb288c2a4ae907a08c358.tar.xz gsoc2013-epiphany-709f0858814f1ece4bdeb288c2a4ae907a08c358.tar.zst gsoc2013-epiphany-709f0858814f1ece4bdeb288c2a4ae907a08c358.zip |
More curly quotes.
2005-11-01 Christian Persch <chpe@cvs.gnome.org>
* 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.
Diffstat (limited to 'embed/mozilla/ContentHandler.cpp')
-rw-r--r-- | embed/mozilla/ContentHandler.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/embed/mozilla/ContentHandler.cpp b/embed/mozilla/ContentHandler.cpp index ead2ea138..678ea5077 100644 --- a/embed/mozilla/ContentHandler.cpp +++ b/embed/mozilla/ContentHandler.cpp @@ -331,7 +331,7 @@ NS_METHOD GContentHandler::MIMEConfirmAction () (GTK_MESSAGE_DIALOG (dialog), /* translators: First %s is the file type description, Second %s is the file name */ - _("File Type: %s.\n\nIt is unsafe to open \"%s\" as " + _("File Type: “%s”.\n\nIt is unsafe to open “%s” as " "it could potentially damage your documents or " "invade your privacy. You can download it instead."), mime_description, file_name.get()); @@ -348,7 +348,7 @@ NS_METHOD GContentHandler::MIMEConfirmAction () /* translators: First %s is the file type description, Second %s is the file name, Third %s is the application used to open the file */ - _("File Type: %s.\n\nYou can open \"%s\" using \"%s\" or save it."), + _("File Type: “%s”.\n\nYou can open “%s” using “%s” or save it."), mime_description, file_name.get(), mHelperApp->name); } else @@ -362,7 +362,7 @@ NS_METHOD GContentHandler::MIMEConfirmAction () (GTK_MESSAGE_DIALOG (dialog), /* translators: First %s is the file type description, Second %s is the file name */ - _("File Type: %s.\n\nYou have no application able to open \"%s\". " + _("File Type: “%s”.\n\nYou have no application able to open “%s”. " "You can download it instead."), mime_description, file_name.get()); } |