diff options
Diffstat (limited to 'embed')
-rw-r--r-- | embed/mozilla/ContentHandler.cpp | 2 |
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()); |