tazpanel rev 209

Edit installer.cgi
author Paul Issott <paul@slitaz.org>
date Fri Sep 02 23:03:04 2011 +0100 (2011-09-02)
parents 07084286f28c
children 0dea654704fb
files installer.cgi
line diff
     1.1 --- a/installer.cgi	Fri Sep 02 13:46:24 2011 +0200
     1.2 +++ b/installer.cgi	Fri Sep 02 23:03:04 2011 +0100
     1.3 @@ -113,8 +113,8 @@
     1.4  	cat <<EOT
     1.5  <div id="wrapper">
     1.6  	<h2>$(gettext "SliTaz Installer")</h2>
     1.7 -	<p>$(gettext "The SliTaz Installer installs or upgrade SliTaz to a hard disk 
     1.8 -		drive from a	device like a Live-CD or LiveUSB key, from a SliTaz ISO file, or 
     1.9 +	<p>$(gettext "The SliTaz Installer installs or upgrades SliTaz to a hard disk 
    1.10 +		drive from a device like a Live-CD or LiveUSB key, from a SliTaz ISO file, or 
    1.11  		from the web by downloading an ISO file.")<p>
    1.12  </div>
    1.13  EOT
    1.14 @@ -125,8 +125,11 @@
    1.15  	cat <<EOT
    1.16  <table>
    1.17  <tr>
    1.18 -	<td>$(gettext "Before installation, you'll may need to resize partitions
    1.19 -on your hard disk drive in order to make space for SlItaz GNU/Linux.")</td>
    1.20 +	<td><h4>$(gettext "About")</h4></td>
    1.21 +</tr>
    1.22 +<tr>
    1.23 +	<td>$(gettext "Before installation, you may need to resize partitions
    1.24 +on your hard disk drive in order to make space for SliTaz GNU/Linux.")</td>
    1.25  </tr>
    1.26  </table>
    1.27  EOT
    1.28 @@ -164,7 +167,7 @@
    1.29  <tr>
    1.30  	<td>$(gettext "Upgrade an already installed SliTaz system on your hard disk
    1.31  	drive. Your /home /etc /var/www directories will be kept, all other directories
    1.32 -	will be removed. Any additional package added to your old Slitaz system
    1.33 +	will be removed. Any additional packages added to your old Slitaz system
    1.34  	will be updated as long you have an active internet connection.")</td>
    1.35  </tr>
    1.36  <tr>
    1.37 @@ -196,7 +199,7 @@
    1.38  <h2>$(gettext "Upgrade SliTaz")</h2>
    1.39  <p>$(gettext "You're going to upgrade an already installed SliTaz system on your hard disk
    1.40  	drive. Your /home /etc /var/www directories will be kept, all other directories
    1.41 -	will be removed. Any additional package added to your old Slitaz system
    1.42 +	will be removed. Any additional packages added to your old Slitaz system
    1.43  	will be updated as long you have an active internet connection.")<p>
    1.44  </div>
    1.45  <input type="hidden" name="INST_ACTION" value="$1">
    1.46 @@ -450,8 +453,8 @@
    1.47  <meta name="keywords" content="automatic redirection">
    1.48  </head>
    1.49  <body>
    1.50 -$(gettext "If your browser doesn't automatically go there within a few seconds, 
    1.51 -you may want to go manually to ")
    1.52 +$(gettext "If your browser doesn't automatically redirect within a few seconds, 
    1.53 +you may want to go there manually")
    1.54  <a href="$SCRIPT_NAME?page=$1">$1</a> 
    1.55  </body>
    1.56  </html>
    1.57 @@ -467,7 +470,7 @@
    1.58  		cat <<EOT
    1.59  <h3>$(gettext "Tazinst Error")</h3>
    1.60  <p><strong>tazinst</strong>, $(gettext "the lightweight SliTaz HDD installer
    1.61 -is missing. Any installation can't be done without tazinst.")</p>
    1.62 +is missing. Any installation can not be done without tazinst.")</p>
    1.63  <p>$(gettext "Check tazinst' permissions, or reinstall the slitaz-tools package:")</p>
    1.64  <code># tazpkg get-install slitaz-tools --forced</code>
    1.65  EOT
    1.66 @@ -493,7 +496,7 @@
    1.67  		if [ ! -e "$INSTFILE" ]; then
    1.68  			cat <<EOT
    1.69  <h3>$(gettext "Setup File Error")</h3>
    1.70 -<p>$(gettext "The setup file <strong>$INSTFILE</strong> doesn't exists.")</p>
    1.71 +<p>$(gettext "The setup file <strong>$INSTFILE</strong> doesn't exist.")</p>
    1.72  EOT
    1.73  			code=1
    1.74  		else