Author: toad
Date: 2007-12-03 20:09:55 +0000 (Mon, 03 Dec 2007)
New Revision: 16235
Modified:
trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java
trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties
Log:
Make Continue more obvious
Modified: trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java
2007-12-03 19:55:02 UTC (rev 16234)
+++ trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java
2007-12-03 20:09:55 UTC (rev 16235)
@@ -158,12 +158,13 @@
welcomeInfoboxHeader.addChild("#", l10n("welcomeInfoboxTitle"));
HTMLNode firstParagraph = welcomeInfoboxContent.addChild("p");
- firstParagraph.addChild("#", l10n("welcomeInfoboxContent1") + '
');
- firstParagraph.addChild("a", "href", "?step=1").addChild("#",
L10n.getString("FirstTimeWizardToadlet.continue"));
-
+ firstParagraph.addChild("#", l10n("welcomeInfoboxContent1"));
HTMLNode secondParagraph = welcomeInfoboxContent.addChild("p");
- secondParagraph.addChild("a", "href", "/").addChild("#",
l10n("skipWizard"));
+ secondParagraph.addChild("a", "href", "?step=1").addChild("#",
L10n.getString("FirstTimeWizardToadlet.continue"));
+ HTMLNode thirdParagraph = welcomeInfoboxContent.addChild("p");
+ thirdParagraph.addChild("a", "href", "/").addChild("#",
l10n("skipWizard"));
+
this.writeHTMLReply(ctx, 200, "OK", pageNode.generate());
}
Modified: trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties
===================================================================
--- trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties 2007-12-03
19:55:02 UTC (rev 16234)
+++ trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties 2007-12-03
20:09:55 UTC (rev 16235)
@@ -227,7 +227,7 @@
FirstTimeWizardToadlet.connectToStrangersLong=If you let Freenet connect to
strangers, Freenet will be less secure for you, everybody can find out that you
are using Freenet, and any bad guy can connect to your node. If you don't, you
will have to manually contact at least three other friends (people you already
know) who are using Freenet and connect to them.
FirstTimeWizardToadlet.enableOpennet=Automatically connect to untrusted
strangers' nodes?
FirstTimeWizardToadlet.welcomeInfoboxTitle=Welcome to Freenet first time
wizard!
-FirstTimeWizardToadlet.welcomeInfoboxContent1=Welcome to Freenet first time
wizard. This tool will enable you to configure your node quickly and easily to
get you started. Please
+FirstTimeWizardToadlet.welcomeInfoboxContent1=Welcome to Freenet first time
wizard. This tool will enable you to configure your node quickly and easily to
get you started.
FirstTimeWizardToadlet.bandwidthLimit=Bandwidth limits
FirstTimeWizardToadlet.bandwidthLimitLong=Please select your internet
connection type and speed from the dropdown menu below.
FirstTimeWizardToadlet.continue=Continue