diff options
Diffstat (limited to 'embed/mozilla')
-rw-r--r-- | embed/mozilla/EphyAboutModule.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/embed/mozilla/EphyAboutModule.cpp b/embed/mozilla/EphyAboutModule.cpp index 8e0d760b9..45af4a70d 100644 --- a/embed/mozilla/EphyAboutModule.cpp +++ b/embed/mozilla/EphyAboutModule.cpp @@ -534,9 +534,10 @@ EphyAboutModule::CreateRecoverPage(nsIURI *aRecoverURI, 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()); + (_("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 the %s developers."), + LSB_DISTRIBUTOR); nsCOMPtr<nsIChannel> channel; rv = WritePage (aRecoverURI, uri, uri, rawurl, title.get(), |