Author: Zero3
Date: 2009-01-23 12:59:47 +0000 (Fri, 23 Jan 2009)
New Revision: 25236

Modified:
   trunk/apps/wininstaller/src_freenetinstaller/FreenetInstaller.ahk
Log:
Made description of node service shorter and removed the term "node"

Modified: trunk/apps/wininstaller/src_freenetinstaller/FreenetInstaller.ahk
===================================================================
--- trunk/apps/wininstaller/src_freenetinstaller/FreenetInstaller.ahk   
2009-01-23 12:50:23 UTC (rev 25235)
+++ trunk/apps/wininstaller/src_freenetinstaller/FreenetInstaller.ahk   
2009-01-23 12:59:47 UTC (rev 25236)
@@ -173,7 +173,7 @@
 ;
 ; Text: Install guideline header
 ;
-Gui, Add, Text, xs W%_GuiWidth2% Section, Please check the following default 
settings before continuing with the installation of your node.
+Gui, Add, Text, xs W%_GuiWidth2% Section, Please check the following default 
settings before continuing with the installation of Freenet.
 
 ;
 ; Groupbox: Install directory
@@ -189,7 +189,7 @@
 Gui, Add, Button, x+%_StandardMargin% W%_ButtonWidth% v_cDefaultButton, 
De&fault
 
 _Texty := 24+_StandardMargin
-Gui, Add, Text, xs+%_GBHorMargin% yp+%_Texty% W%_GuiWidth3%, Freenet requires 
at least %_UsedFreeSpace% MB free disk space, but will not install with less 
than %_RequiredFreeSpace% MB free. The amount of space reserved for the node 
can be changed after installation.
+Gui, Add, Text, xs+%_GBHorMargin% yp+%_Texty% W%_GuiWidth3%, Freenet requires 
at least %_UsedFreeSpace% MB free disk space, but will not install with less 
than %_RequiredFreeSpace% MB free. The amount of space reserved can be changed 
after installation.
 
 ; Calculate size and placement of status text. Hack-hack, I know
 _StatusSize := 40                                                              
                        ; The margin between "Status:" and the actual status 
text
@@ -201,10 +201,10 @@
 ;
 ; Groupbox: Node service
 ;
-_GBHeight := CalculateGroupBoxHeight(4,0,0,0)                                  
                        ; (_GBTextLines, _GBButtonLines, _GBCheckBoxLines, 
_GBSpacings) (Number of text lines, number of button lines, number of checkbox 
lines, number of spacings)
-Gui, Add, GroupBox, xs w%_GuiWidth2% h%_GBHeight% Section, Node service
+_GBHeight := CalculateGroupBoxHeight(3,0,0,0)                                  
                        ; (_GBTextLines, _GBButtonLines, _GBCheckBoxLines, 
_GBSpacings) (Number of text lines, number of button lines, number of checkbox 
lines, number of spacings)
+Gui, Add, GroupBox, xs w%_GuiWidth2% h%_GBHeight% Section, System service
 
-Gui, Add, Text, xs+%_GBHorMargin% ys+%_GBTopMargin% W%_GuiWidth3%, After 
installation, your Freenet node will automatically start in the background as a 
system service. This is required in order for your node to be a part of the 
Freenet network, and will use a small amount of resources (CPU, RAM and 
internet connection). The amount of resources used by the node can be adjusted 
after installation.
+Gui, Add, Text, xs+%_GBHorMargin% ys+%_GBTopMargin% W%_GuiWidth3%, Freenet 
will automatically start in the background as a system service. This is 
required to be a part of the Freenet network, and will use a small amount of 
system resources. The amount of resources used can be adjusted after 
installation.
 
 ;
 ; Groupbox: Additional settings

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to