[freenet-cvs] r16236 - in trunk/freenet/src/freenet: clients/http l10n

toad at freenetproject.org toad at freenetproject.org
Mon Dec 3 20:13:29 UTC 2007


Author: toad
Date: 2007-12-03 20:13:28 +0000 (Mon, 03 Dec 2007)
New Revision: 16236

Modified:
   trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java
   trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties
Log:
Link to homepage at end of wizard.
Update some strings.

Modified: trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java	2007-12-03 20:09:55 UTC (rev 16235)
+++ trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java	2007-12-03 20:13:28 UTC (rev 16236)
@@ -143,7 +143,9 @@
 			HTMLNode congratzInfoboxContent = congratzInfobox.addChild("div", "class", "infobox-content");
 
 			congratzInfoboxHeader.addChild("#", l10n("congratz"));
-			congratzInfoboxContent.addChild("#", l10n("congratzLong"));
+			congratzInfoboxContent.addChild("p", l10n("congratzLong"));
+			
+			congratzInfoboxContent.addChild("a", "href", "/", L10n.getString("FirstTimeWizardToadlet.continueEnd"));
 
 			this.writeHTMLReply(ctx, 200, "OK", pageNode.generate());
 			return;

Modified: trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties
===================================================================
--- trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties	2007-12-03 20:09:55 UTC (rev 16235)
+++ trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties	2007-12-03 20:13:28 UTC (rev 16236)
@@ -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=Continue
+FirstTimeWizardToadlet.continue=Click here to 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.
 FirstTimeWizardToadlet.isNetworkTrusted=Is your local network trusted ?




More information about the cvs mailing list