diff options
author | Diego Escalante Urrelo <diegoe@svn.gnome.org> | 2007-01-09 07:06:00 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2007-01-09 07:06:00 +0800 |
commit | eb2d1ee796ee073f31f82e2f2544eb522b9d2254 (patch) | |
tree | 176b108d397e9d69d3158a3f24b0cfe3d590f681 /embed | |
parent | 6269b4651b778e1bdc125a222317e4b558ca14b1 (diff) | |
download | gsoc2013-epiphany-eb2d1ee796ee073f31f82e2f2544eb522b9d2254.tar.gz gsoc2013-epiphany-eb2d1ee796ee073f31f82e2f2544eb522b9d2254.tar.zst gsoc2013-epiphany-eb2d1ee796ee073f31f82e2f2544eb522b9d2254.zip |
Fixes the menu path of the service unavailable error message.
2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org>
* embed/mozilla/EphyAboutModule.cpp:
Fixes the menu path of the service unavailable error message.
svn path=/trunk/; revision=6800
Diffstat (limited to 'embed')
-rw-r--r-- | embed/mozilla/EphyAboutModule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |