From c9b5d2f7ebcb4780cee7bff0ffa9ea235add12ce Mon Sep 17 00:00:00 2001 From: Raphael Slinckx Date: Tue, 9 Aug 2005 21:39:26 +0000 Subject: Fix a small grammar error in one of the download dialog string, with 2005-08-09 Raphael Slinckx * embed/mozilla/ContentHandler.cpp: Fix a small grammar error in one of the download dialog string, with approval of i18n --- embed/mozilla/ContentHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed') 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()); -- cgit v1.2.3