aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla
diff options
context:
space:
mode:
authorCyril Brulebois <cyrilbois@src.gnome.org>2007-11-07 04:19:12 +0800
committerCyril Brulebois <cyrilbois@src.gnome.org>2007-11-07 04:19:12 +0800
commit89a162f0b69c856e31d12350e1eb59935fd8e7ef (patch)
treeddc4133bf704427cc8b9c2833c5bd40c1fbe915f /embed/mozilla
parent77da5499bd2341cebf8e315478ec95432fa78765 (diff)
downloadgsoc2013-epiphany-89a162f0b69c856e31d12350e1eb59935fd8e7ef.tar
gsoc2013-epiphany-89a162f0b69c856e31d12350e1eb59935fd8e7ef.tar.gz
gsoc2013-epiphany-89a162f0b69c856e31d12350e1eb59935fd8e7ef.tar.bz2
gsoc2013-epiphany-89a162f0b69c856e31d12350e1eb59935fd8e7ef.tar.lz
gsoc2013-epiphany-89a162f0b69c856e31d12350e1eb59935fd8e7ef.tar.xz
gsoc2013-epiphany-89a162f0b69c856e31d12350e1eb59935fd8e7ef.tar.zst
gsoc2013-epiphany-89a162f0b69c856e31d12350e1eb59935fd8e7ef.zip
Enable a --with-distributor-name configure option, defaulting to Epiphany.
Use it on an error page to designate the distributors/developers to contact. Fixes bug #433796. svn path=/trunk/; revision=7643
Diffstat (limited to 'embed/mozilla')
-rw-r--r--embed/mozilla/EphyAboutModule.cpp7
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(),