aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorRaphael Slinckx <rslinckx@cvs.gnome.org>2005-08-10 05:39:26 +0800
committerRaphaƫl Slinckx <rslinckx@src.gnome.org>2005-08-10 05:39:26 +0800
commitc9b5d2f7ebcb4780cee7bff0ffa9ea235add12ce (patch)
tree2df060d4512c5283793003e52ce3541a5be643ac /embed
parentbbdf90ff4685eb630b2dfd80fd6a5866d469954d (diff)
downloadgsoc2013-epiphany-c9b5d2f7ebcb4780cee7bff0ffa9ea235add12ce.tar
gsoc2013-epiphany-c9b5d2f7ebcb4780cee7bff0ffa9ea235add12ce.tar.gz
gsoc2013-epiphany-c9b5d2f7ebcb4780cee7bff0ffa9ea235add12ce.tar.bz2
gsoc2013-epiphany-c9b5d2f7ebcb4780cee7bff0ffa9ea235add12ce.tar.lz
gsoc2013-epiphany-c9b5d2f7ebcb4780cee7bff0ffa9ea235add12ce.tar.xz
gsoc2013-epiphany-c9b5d2f7ebcb4780cee7bff0ffa9ea235add12ce.tar.zst
gsoc2013-epiphany-c9b5d2f7ebcb4780cee7bff0ffa9ea235add12ce.zip
Fix a small grammar error in one of the download dialog string, with
2005-08-09 Raphael Slinckx <rslinckx@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: Fix a small grammar error in one of the download dialog string, with approval of i18n
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/ContentHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/ContentHandler.cpp b/embed/mozilla/ContentHandler.cpp
index 593822212..ed052cdb0 100644
--- a/embed/mozilla/ContentHandler.cpp
+++ b/embed/mozilla/ContentHandler.cpp
@@ -330,7 +330,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\", "
+ _("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());