aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-07-28 06:16:53 +0800
committerChristian Persch <chpe@src.gnome.org>2005-07-28 06:16:53 +0800
commitdf15bdb359c0e3fdbb61991fd119be22de8436ef (patch)
tree59f504ec7fa443cd724a824795e6ccf9cfab2505 /embed
parente44dd0b41b883afddce74a2f12d7528f48558794 (diff)
downloadgsoc2013-epiphany-df15bdb359c0e3fdbb61991fd119be22de8436ef.tar
gsoc2013-epiphany-df15bdb359c0e3fdbb61991fd119be22de8436ef.tar.gz
gsoc2013-epiphany-df15bdb359c0e3fdbb61991fd119be22de8436ef.tar.bz2
gsoc2013-epiphany-df15bdb359c0e3fdbb61991fd119be22de8436ef.tar.lz
gsoc2013-epiphany-df15bdb359c0e3fdbb61991fd119be22de8436ef.tar.xz
gsoc2013-epiphany-df15bdb359c0e3fdbb61991fd119be22de8436ef.tar.zst
gsoc2013-epiphany-df15bdb359c0e3fdbb61991fd119be22de8436ef.zip
Fix proxy server settings string.
2005-07-27 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyAboutModule.cpp: Fix proxy server settings string.
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 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.");