Author: toad
Date: 2007-05-09 20:48:43 +0000 (Wed, 09 May 2007)
New Revision: 13179
Modified:
trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java
Log:
updatingThanks -> thanks
Modified: trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java 2007-05-09
20:46:39 UTC (rev 13178)
+++ trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java 2007-05-09
20:48:43 UTC (rev 13179)
@@ -108,7 +108,7 @@
HTMLNode infobox =
contentNode.addChild(ctx.getPageMaker().getInfobox("infobox-information",
l10n("updatingTitle")));
HTMLNode content =
ctx.getPageMaker().getContentNode(infobox);
content.addChild("p").addChild("#", l10n("updating"));
- content.addChild("p").addChild("#",
l10n("updatingThanks"));
+ content.addChild("p").addChild("#", l10n("thanks"));
writeReply(ctx, 200, "text/html", "OK",
pageNode.generate());
Logger.normal(this, "Node is updating/restarting");
node.getNodeUpdater().arm();