aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorReinout van Schouwen <reinouts@gnome.org>2007-07-27 04:56:17 +0800
committerReinout van Schouwen <reinouts@src.gnome.org>2007-07-27 04:56:17 +0800
commit9ba06a48bc0ecb80b427d9badab8b3aee2d35bc1 (patch)
tree27ec4231c7ac8d887252082a10bf727d1682bba9 /embed
parent76e8b9c8d4b2253fcefe95200a07408ae7787b73 (diff)
downloadgsoc2013-epiphany-9ba06a48bc0ecb80b427d9badab8b3aee2d35bc1.tar
gsoc2013-epiphany-9ba06a48bc0ecb80b427d9badab8b3aee2d35bc1.tar.gz
gsoc2013-epiphany-9ba06a48bc0ecb80b427d9badab8b3aee2d35bc1.tar.bz2
gsoc2013-epiphany-9ba06a48bc0ecb80b427d9badab8b3aee2d35bc1.tar.lz
gsoc2013-epiphany-9ba06a48bc0ecb80b427d9badab8b3aee2d35bc1.tar.xz
gsoc2013-epiphany-9ba06a48bc0ecb80b427d9badab8b3aee2d35bc1.tar.zst
gsoc2013-epiphany-9ba06a48bc0ecb80b427d9badab8b3aee2d35bc1.zip
Don't mention 'Epiphany' in the message introduced in the patch for bug
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. svn path=/trunk/; revision=7202
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/EphyAboutModule.cpp2
1 files changed, 1 insertions, 1 deletions
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)