diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/mozilla/EphyAboutModule.cpp | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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."); |