aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorPriit Laes <plaes@svn.gnome.org>2007-01-27 20:42:22 +0800
committerPriit Laes <plaes@src.gnome.org>2007-01-27 20:42:22 +0800
commit76ce68f41777975c6a21360041130aaa9978b281 (patch)
tree8b4de859fab8f8bd078549e76bb4bf07cdf1ea78 /embed
parent78e5dc62b26a2e3a30b3f52f914501d450b0f8ae (diff)
downloadgsoc2013-epiphany-76ce68f41777975c6a21360041130aaa9978b281.tar
gsoc2013-epiphany-76ce68f41777975c6a21360041130aaa9978b281.tar.gz
gsoc2013-epiphany-76ce68f41777975c6a21360041130aaa9978b281.tar.bz2
gsoc2013-epiphany-76ce68f41777975c6a21360041130aaa9978b281.tar.lz
gsoc2013-epiphany-76ce68f41777975c6a21360041130aaa9978b281.tar.xz
gsoc2013-epiphany-76ce68f41777975c6a21360041130aaa9978b281.tar.zst
gsoc2013-epiphany-76ce68f41777975c6a21360041130aaa9978b281.zip
Fixes the menu path of Gnome control center when displaying the service
2007-01-27 Priit Laes <plaes@svn.gnome.org> * embed/mozilla/EphyAboutModule.cpp: Fixes the menu path of Gnome control center when displaying the service unavailable error message. Bug #352923. svn path=/trunk/; revision=6850
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 596ce500c..56c998663 100644
--- a/embed/mozilla/EphyAboutModule.cpp
+++ b/embed/mozilla/EphyAboutModule.cpp
@@ -276,7 +276,7 @@ EphyAboutModule::GetErrorMessage(nsIURI *aURI,
_("<ul>"
"<li>the service ""%s"" isn't started.</li>"
"Try to start it using the Services Configuration Tool in "
- "System > Administration > Services, or</ul>"
+ "System > Control Center, or</ul>"
"<ul><li>the port number %d is wrong.</li>"
"</ul>"),
serv->s_name, port);