From d10f8e48853a17f9cbfaacb03152045fb790e14a Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Tue, 5 Jun 2007 20:53:32 +0000 Subject: Change the "The page was not fully loaded when the crash ocurred" message 2007-06-05 Diego Escalante Urrelo * 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 --- embed/mozilla/EphyAboutModule.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'embed') 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 channel; rv = WritePage (aRecoverURI, uri, uri, rawurl, title.get(), -- cgit v1.2.3