Author: nextgens
Date: 2006-08-15 17:02:21 +0000 (Tue, 15 Aug 2006)
New Revision: 10087
Modified:
trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java
Log:
fix the wording during the updating process, thanks mario69
Modified: trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java 2006-08-15
16:48:26 UTC (rev 10086)
+++ trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java 2006-08-15
17:02:21 UTC (rev 10087)
@@ -68,7 +68,7 @@
HTMLNode contentNode =
ctx.getPageMaker().getContentNode(pageNode);
HTMLNode infobox =
contentNode.addChild(ctx.getPageMaker().getInfobox("infobox-information", "Node
updating"));
HTMLNode content =
ctx.getPageMaker().getContentNode(infobox);
- content.addChild("p").addChild("#", "The Freenet node
is being updated will self-restart. The restart process might take up to 10
minutes, because the node will try to fetch a revocation key before updating.");
+ content.addChild("p").addChild("#", "The Freenet node
is being updated and will self-restart. The restart process may take up to 10
minutes, because the node will try to fetch a revocation key before updating.");
content.addChild("p").addChild("#", "Thank you for
using Freenet.");
writeReply(ctx, 200, "text/html", "OK",
pageNode.generate());
Logger.normal(this, "Node is updating/restarting");