Author: toad
Date: 2007-12-03 20:15:25 +0000 (Mon, 03 Dec 2007)
New Revision: 16237
Modified:
trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java
trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties
Log:
doh. buttons should say Continue, links should say click here to continue
Modified: trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java
2007-12-03 20:13:28 UTC (rev 16236)
+++ trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java
2007-12-03 20:15:25 UTC (rev 16237)
@@ -162,7 +162,7 @@
HTMLNode firstParagraph = welcomeInfoboxContent.addChild("p");
firstParagraph.addChild("#", l10n("welcomeInfoboxContent1"));
HTMLNode secondParagraph = welcomeInfoboxContent.addChild("p");
- secondParagraph.addChild("a", "href", "?step=1").addChild("#",
L10n.getString("FirstTimeWizardToadlet.continue"));
+ secondParagraph.addChild("a", "href", "?step=1").addChild("#",
L10n.getString("FirstTimeWizardToadlet.clickContinue"));
HTMLNode thirdParagraph = welcomeInfoboxContent.addChild("p");
thirdParagraph.addChild("a", "href", "/").addChild("#",
l10n("skipWizard"));
Modified: trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties
===================================================================
--- trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties 2007-12-03
20:13:28 UTC (rev 16236)
+++ trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties 2007-12-03
20:15:25 UTC (rev 16237)
@@ -230,7 +230,8 @@
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=Click here to continue.
+FirstTimeWizardToadlet.clickContinue=Click here to continue.
+FirstTimeWizardToadlet.continue=Continue
FirstTimeWizardToadlet.continueEnd=Click here to start using Freenet!
FirstTimeWizardToadlet.datastoreSize=Datastore size
FirstTimeWizardToadlet.datastoreSizeLong=Please select a size for your
datastore. The datastore acts like a cache; storing data for the network will
help you to get better throughput when requesting popular files. The more space
you can afford the better it is for the community and the faster your node will
go.