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 510a3c8d9..c2690268c 100644 --- a/embed/mozilla/ContentHandler.cpp +++ b/embed/mozilla/ContentHandler.cpp @@ -300,7 +300,7 @@ NS_METHOD GContentHandler::MIMEConfirmAction () text = g_strdup_printf ("<span weight=\"bold\" size=\"larger\">%s</span>\n\n%s", _("Download the file?"), _("It's not possible to view this file because there is no " - "application installed that can open it." + "application installed that can open it. " "You can save it instead.")); } |