tazpanel rev 319
Tiny edits
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sat Jun 23 19:28:26 2012 +0100 (2012-06-23) |
parents | 01e1839f6450 |
children | a66d70e402b9 |
files | installer.cgi settings.cgi |
line diff
1.1 --- a/installer.cgi Sat Jun 23 01:10:00 2012 +0000 1.2 +++ b/installer.cgi Sat Jun 23 19:28:26 2012 +0100 1.3 @@ -156,12 +156,12 @@ 1.4 1.5 <p>$(gettext "Install SliTaz on a partition of your hard disk drive. If you \ 1.6 decide to format your partition, all data will be lost. If you do not format, \ 1.7 -all data except for any existing /home directory will be removed, the home \ 1.8 -directory will be kept as is.")</p> 1.9 +all data except for any existing /home directory will be removed (note the home \ 1.10 +directory contents will be kept as is).")</p> 1.11 1.12 <p>$(gettext "Before installation, you may need to create or resize partitions \ 1.13 on your hard disk drive in order to make space for SliTaz GNU/Linux. You can \ 1.14 -graphically manage your partitions with Gparted")</p> 1.15 +graphically manage your partitions with Gparted.")</p> 1.16 1.17 <a class="button" href="$SCRIPT_NAME?page=partitioning">$(gettext "Install \ 1.18 SliTaz") <img src="$IMAGES/go-next.png" /></a>
2.1 --- a/settings.cgi Sat Jun 23 01:10:00 2012 +0000 2.2 +++ b/settings.cgi Sat Jun 23 19:28:26 2012 +0100 2.3 @@ -199,9 +199,9 @@ 2.4 is_installed "glibc-locale" 2.5 [ $? = 1 ] && 2.6 msg tip $(gettext \ 2.7 - "Don't see your language?<br/>You can \ 2.8 + "Can't see your language?<br/>You can \ 2.9 <a href='/pkgs.cgi?do=Install&glibc-locale'>install glibc-locale</a> \ 2.10 -to see huge list of available locales.") 2.11 +to see a larger list of available locales.") 2.12 2.13 cat << EOT 2.14 <form method="get" action="$SCRIPT_NAME">