tazlito rev 261

Edit tazlito-wiz
author Paul Issott <paul@slitaz.org>
date Wed Mar 14 19:13:27 2012 +0000 (2012-03-14)
parents c3af77c1f271
children e8f4014b75f9
files tazlito-wiz
line diff
     1.1 --- a/tazlito-wiz	Wed Mar 14 09:34:18 2012 +0100
     1.2 +++ b/tazlito-wiz	Wed Mar 14 19:13:27 2012 +0000
     1.3 @@ -93,9 +93,9 @@
     1.4  pkgs_main() {
     1.5  	pkgs=$(cat $list | wc -l)
     1.6  	skel=$(cat $live/skel)
     1.7 -	text=$(eval_gettext "Packages - The \$skel have \$pkgs packages")
     1.8 +	text=$(eval_gettext "Packages - The \$skel has \$pkgs packages")
     1.9  	yad --form $opts --text="<b>$text</b>" --separator=" " \
    1.10 -		--field="$(gettext "Additionnal packages separate by space or one by line:")":TXT \
    1.11 +		--field="$(gettext "Additional packages separated by space or by line:")":TXT \
    1.12  		--button="$(gettext "Edit packages list"):2" \
    1.13  		--button="gtk-cancel:1" --button="gtk-ok:0"
    1.14  }
    1.15 @@ -146,8 +146,8 @@
    1.16  gen_distro_main() {
    1.17  	info=$(gettext "
    1.18  Now it's time to generate the distro. Last chance to start over or stop. \
    1.19 -Creating a Live system use quiet a lot of resources and take some time.\n\n
    1.20 -Note you can still add some file to the SliTaz root filesystem or on the \
    1.21 +Creating a Live system uses quite a lot of resources and takes some time.
    1.22 +Note you can still add some files to the SliTaz root filesystem or on the \
    1.23  cdrom.")
    1.24  	text=$(gettext "<b>Generate the distribution</b>")
    1.25  	echo "$info" | yad --text-info $opts --text="$text" \