aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--embed/mozilla/EphyAboutModule.cpp2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ea8c34ce7..fdac9e697 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
+
2007-01-24 Diego Escalante Urrelo <diegoe@svn.gnome.org>
* embed/mozilla/EphyAboutModule.cpp:
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);