aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@gnome.org>2007-06-06 04:53:32 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2007-06-06 04:53:32 +0800
commitd10f8e48853a17f9cbfaacb03152045fb790e14a (patch)
tree94885c68e7267baf6f2ce165e81d3171ffd88c8b
parent802553e5dc142514f762570d712f4ca4eef78ad1 (diff)
downloadgsoc2013-epiphany-d10f8e48853a17f9cbfaacb03152045fb790e14a.tar
gsoc2013-epiphany-d10f8e48853a17f9cbfaacb03152045fb790e14a.tar.gz
gsoc2013-epiphany-d10f8e48853a17f9cbfaacb03152045fb790e14a.tar.bz2
gsoc2013-epiphany-d10f8e48853a17f9cbfaacb03152045fb790e14a.tar.lz
gsoc2013-epiphany-d10f8e48853a17f9cbfaacb03152045fb790e14a.tar.xz
gsoc2013-epiphany-d10f8e48853a17f9cbfaacb03152045fb790e14a.tar.zst
gsoc2013-epiphany-d10f8e48853a17f9cbfaacb03152045fb790e14a.zip
Change the "The page was not fully loaded when the crash ocurred" message
2007-06-05 Diego Escalante Urrelo <diegoe@gnome.org> * embed/mozilla/EphyAboutModule.cpp: Change the "The page was not fully loaded when the crash ocurred" message to something better. Patch by Thomas Presthus. Bug #433796. svn path=/trunk/; revision=7074
-rw-r--r--ChangeLog7
-rw-r--r--embed/mozilla/EphyAboutModule.cpp8
2 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 278ec12eb..2af74a152 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-06-05 Diego Escalante Urrelo <diegoe@gnome.org>
+ * embed/mozilla/EphyAboutModule.cpp:
+
+ Change the "The page was not fully loaded when the crash ocurred"
+ message to something better. Patch by Thomas Presthus. Bug #433796.
+
+2007-06-05 Diego Escalante Urrelo <diegoe@gnome.org>
+
* src/ephy-go-action.c:
Fix go button behaviour to react to button-release-event and not
diff --git a/embed/mozilla/EphyAboutModule.cpp b/embed/mozilla/EphyAboutModule.cpp
index 6fb6a5849..96819e803 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_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());
+ 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"));
nsCOMPtr<nsIChannel> channel;
rv = WritePage (aRecoverURI, uri, uri, rawurl, title.get(),