Author: nextgens
Date: 2006-03-31 12:23:35 +0000 (Fri, 31 Mar 2006)
New Revision: 8386

Modified:
   trunk/apps/installer/antinstall-config.xml
Log:
installer: Some fixes to the spelling :)

Modified: trunk/apps/installer/antinstall-config.xml
===================================================================
--- trunk/apps/installer/antinstall-config.xml  2006-03-31 12:07:31 UTC (rev 
8385)
+++ trunk/apps/installer/antinstall-config.xml  2006-03-31 12:23:35 UTC (rev 
8386)
@@ -22,7 +22,7 @@
                <comment
                                displayText="although it pulls in a load of 
code from Dijjer."/>
                <comment
-                               displayText="Warning ! TESTNET MODE WILL BE 
ENABLED. YOU HAVE NO ANONYMITY. "
+                               displayText="Warning! TESTNET MODE WILL BE 
ENABLED. YOU HAVE NO ANONYMITY. "
                                bold="true"/>
                <select
                                property="l33t"
@@ -74,7 +74,7 @@
                                displayText="WARNING, with testnet mode 
enabled, you have no anonymity!"
                                bold="true"/>
                <comment
-                               displayText="Testnet mode is very useful to the 
devs." />
+                               displayText="Testnet mode is very useful to the 
developers." />
                <checkbox
                                property="enableTestnet"
                                displayText="Testnet"
@@ -90,7 +90,7 @@
                                displayText="Choose the components you want to 
install"
                                bold="true"/>
                <comment
-                               displayText="Keep in mind that 'Extended 
components' are highly recomanded"/>
+                               displayText="Keep in mind that 'Extended 
components' are highly recommended"/>
                <target
                        displayText="Core components"
                        target="default"
@@ -112,7 +112,7 @@
                        defaultValue="false"
                        force="true"/>
                <comment
-                       displayText="Following components are 3rd party 
software"/>
+                       displayText="The following components are 3rd party 
software"/>
                <target
                        displayText="Frost"
                        target="frost"
@@ -133,7 +133,7 @@
                                defaultValue=""
                                force="false"/>
                <comment
-                               displayText="Enter your node portnumber in the 
following field"/>
+                               displayText="Enter your node's port number in 
the following field"/>
                <!-- TODO: try to bind it to verify it's free WONTFIX: toad 
said : "not needed"-->
                <validated
                                property="portNumber"
@@ -161,7 +161,7 @@
                        displayText="Datastore Size"/>
                <large-select 
                        property="dsSize"
-                       displayText="How much hard-drive space may use FRED?"
+                       displayText="How much hard-drive space may be used by 
FRED?"
                        defaultValue="1"
                        >
                        <option text="1G" value="1" />
@@ -179,7 +179,7 @@
                        name="config"
                        displayText="Initial node configuration (2)">
                <comment
-                               displayText="Which features should be enabled 
?"/>
+                               displayText="Which features should be 
enabled?"/>
                <checkbox
                                property="enableFRED"
                                displayText="Enable Freenet REference Daemon?"
@@ -209,26 +209,26 @@
        <page
                        type="input"
                        name="final"
-                       displayText="Welcome on freenet" >
+                       displayText="Welcome to Freenet" >
                <!-- there is a bug : we need to split the text :-S -->
                <comment
-                               displayText="Congratulation !"
+                               displayText="Congratulations!"
                                title="true"/>
                <comment
                                displayText="You have sucessfully configured 
Freenet"
                                title="true"/>
                <comment
-                               displayText="Now you need to startup your node 
and to peer it with people."/>
+                               displayText="Now you need to startup your node 
and peer it with other people's nodes."/>
                <comment
-                               displayText="You can find up to date 
informations on how to do it,"/>
+                               displayText="You can find up to date 
information on how to do it by"/>
                <comment
                                displayText="browsing to 
http://wiki.freenetproject.org/FreenetZeroPointSeven"/>
                <comment
-                       displayText="If you need some support, we would be 
pleased to answer your questions on" />
+                       displayText="If you need support, we would be pleased 
to answer your questions on" />
                <comment
                        displayText="the mailling list (support at 
freenetproject.org) or on our IRC channel" />
                <comment
-                       displayText="We wish you an happy experience with 
freenet" bold="true"/>
+                       displayText="We wish you a happy Freenet experience!" 
bold="true"/>
        </page>
        <!--  page type="progress" shows a progress page with the install 
button 
                                Its target is set to cleanuptarget since it is 
the last page this target will be run last -->


Reply via email to