aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/ContentHandler.cpp
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-02-02 05:42:11 +0800
committerChristian Persch <chpe@src.gnome.org>2004-02-02 05:42:11 +0800
commitc5ad0aa775ae77f8d37ab3689171e5d7511a4d18 (patch)
tree91981cfecde04105d41949719537d569c5c1a3dc /embed/mozilla/ContentHandler.cpp
parent267cc41455810a730c107009da9b49de5cc9afe9 (diff)
downloadgsoc2013-epiphany-c5ad0aa775ae77f8d37ab3689171e5d7511a4d18.tar
gsoc2013-epiphany-c5ad0aa775ae77f8d37ab3689171e5d7511a4d18.tar.gz
gsoc2013-epiphany-c5ad0aa775ae77f8d37ab3689171e5d7511a4d18.tar.bz2
gsoc2013-epiphany-c5ad0aa775ae77f8d37ab3689171e5d7511a4d18.tar.lz
gsoc2013-epiphany-c5ad0aa775ae77f8d37ab3689171e5d7511a4d18.tar.xz
gsoc2013-epiphany-c5ad0aa775ae77f8d37ab3689171e5d7511a4d18.tar.zst
gsoc2013-epiphany-c5ad0aa775ae77f8d37ab3689171e5d7511a4d18.zip
Add a space after period, fixes bug #133151.
2004-02-01 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler: Add a space after period, fixes bug #133151.
Diffstat (limited to 'embed/mozilla/ContentHandler.cpp')
-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 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."));
}