aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@gnome.org>2007-06-06 05:45:42 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2007-06-06 05:45:42 +0800
commitd54d3f7e2d5be6c3fd5b2f11962e3106c1614153 (patch)
treed302359251f3b218e1d5222ba6358d7239b6db93 /embed
parentd10f8e48853a17f9cbfaacb03152045fb790e14a (diff)
downloadgsoc2013-epiphany-d54d3f7e2d5be6c3fd5b2f11962e3106c1614153.tar
gsoc2013-epiphany-d54d3f7e2d5be6c3fd5b2f11962e3106c1614153.tar.gz
gsoc2013-epiphany-d54d3f7e2d5be6c3fd5b2f11962e3106c1614153.tar.bz2
gsoc2013-epiphany-d54d3f7e2d5be6c3fd5b2f11962e3106c1614153.tar.lz
gsoc2013-epiphany-d54d3f7e2d5be6c3fd5b2f11962e3106c1614153.tar.xz
gsoc2013-epiphany-d54d3f7e2d5be6c3fd5b2f11962e3106c1614153.tar.zst
gsoc2013-epiphany-d54d3f7e2d5be6c3fd5b2f11962e3106c1614153.zip
Last commit reverted.
2007-06-05 Diego Escalante Urrelo <diegoe@gnome.org> * embed/mozilla/EphyAboutModule.cpp: Last commit reverted. svn path=/trunk/; revision=7075
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/EphyAboutModule.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/embed/mozilla/EphyAboutModule.cpp b/embed/mozilla/EphyAboutModule.cpp
index 96819e803..6fb6a5849 100644
--- a/embed/mozilla/EphyAboutModule.cpp
+++ b/embed/mozilla/EphyAboutModule.cpp
@@ -535,10 +535,10 @@ EphyAboutModule::CreateRecoverPage(nsIURI *aRecoverURI,
rv = NS_NewURI(getter_AddRefs (uri), url, charset.get());
NS_ENSURE_SUCCESS (rv, rv);
- char *secondary = g_markup_escape_text
- (_("This page was loading when Epiphany closed unexpectedly."
- "This might happen again if you reload the page. If it does, please report"
- "the problem to your Epiphany distributor"));
+ char *secondary = g_markup_printf_escaped
+ (_("The page ā€œ%sā€ in this tab was not fully loaded yet when "
+ "the web browser crashed; it could have caused the crash."),
+ url.get());
nsCOMPtr<nsIChannel> channel;
rv = WritePage (aRecoverURI, uri, uri, rawurl, title.get(),