aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--ChangeLog7
-rw-r--r--embed/mozilla/EphyAboutModule.cpp2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e320f49c..a80af31f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)