aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--embed/mozilla/EphyAboutModule.cpp2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 678d7bd83..e20207783 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
* embed/mozilla/EphyAboutModule.cpp:
+ Fix proxy server settings string.
+
+2005-07-27 Christian Persch <chpe@cvs.gnome.org>
+
+ * embed/mozilla/EphyAboutModule.cpp:
+
Fix google search URL to include www prefix.
2005-07-27 Christian Persch <chpe@cvs.gnome.org>
diff --git a/embed/mozilla/EphyAboutModule.cpp b/embed/mozilla/EphyAboutModule.cpp
index c936326ea..5b38b0ae1 100644
--- a/embed/mozilla/EphyAboutModule.cpp
+++ b/embed/mozilla/EphyAboutModule.cpp
@@ -321,7 +321,7 @@ EphyAboutModule::GetErrorMessage(nsIURI *aURI,
strcmp (aError, "proxyConnectFailure") == 0)
{
*aPrimary = g_strdup (_("Could not connect to proxy server."));
- *aSecondary = _("Check the proxy server settings in Control Center. "
+ *aSecondary = _("Check your proxy server settings. "
"If the connection still fails, there may be "
"a problem with your proxy server or your "
"network connection.");