aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--embed/mozilla/EphyAboutModule.cpp2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d60e494f..2aff05fb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org>
+ * embed/mozilla/EphyAboutModule.cpp:
+
+ Fixes the menu path of the service unavailable error message.
+
+2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org>
+
* src/popup-commands.c: (background_download_completed)
Check the result of ephy_file_launch_desktop_file () so if it fails we
diff --git a/embed/mozilla/EphyAboutModule.cpp b/embed/mozilla/EphyAboutModule.cpp
index 8168264c8..d478c4555 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 "
- "Desktop > System Settings > Server Settings > Services, or</ul>"
+ "System > Administration > Services, or</ul>"
"<ul><li>the port number %d is wrong.</li>"
"</ul>"),
serv->s_name, port);