From df15bdb359c0e3fdbb61991fd119be22de8436ef Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 27 Jul 2005 22:16:53 +0000 Subject: Fix proxy server settings string. 2005-07-27 Christian Persch * embed/mozilla/EphyAboutModule.cpp: Fix proxy server settings string. --- embed/mozilla/EphyAboutModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed') 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."); -- cgit v1.2.3