aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--embed/mozilla/ContentHandler.cpp2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 252e64fa2..ec22bfc60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-01 Christian Persch <chpe@cvs.gnome.org>
+
+ * embed/mozilla/ContentHandler:
+
+ Add a space after period, fixes bug #133151.
+
2004-02-01 Xan Lopez <xan@gnome.org>
* embed/downloader-view.c: (status_icon_activated),
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."));
}