diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | embed/mozilla/EphyAboutModule.cpp | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2007-07-26 Reinout van Schouwen <reinouts@gnome.org> + + * embed/mozilla/EphyAboutModule.cpp: + + Don't mention 'Epiphany' in the message introduced in the patch for + bug #459552. + 2007-07-26 Diego Escalante Urrelo <diegoe@gnome.org> * embed/mozilla/EphyAboutModule.cpp: diff --git a/embed/mozilla/EphyAboutModule.cpp b/embed/mozilla/EphyAboutModule.cpp index 83bae0015..8e0d760b9 100644 --- a/embed/mozilla/EphyAboutModule.cpp +++ b/embed/mozilla/EphyAboutModule.cpp @@ -427,7 +427,7 @@ EphyAboutModule::GetErrorMessage(nsIURI *aURI, port > 0 ? port : 80, host.get()); *aSecondary = g_strdup (_("This address uses a network port which is " "normally used for purposes other than Web browsing.")); - *aTertiary = _("Epiphany has cancelled the request for your protection."); + *aTertiary = _("The request has been cancelled for your protection."); } else if (strcmp (aError, "proxyResolveFailure") == 0 || strcmp (aError, "proxyConnectFailure") == 0) |