tazlito diff tazlito-wiz @ rev 446

tazlito: normalize file time (again), thanks Aleksej
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 11 09:48:22 2017 +0100 (2017-01-11)
parents e531b58ef2dc
children 483d38768393
line diff
     1.1 --- a/tazlito-wiz	Thu Jan 07 00:24:41 2016 +0000
     1.2 +++ b/tazlito-wiz	Wed Jan 11 09:48:22 2017 +0100
     1.3 @@ -116,7 +116,7 @@
     1.4  pkgs_main() {
     1.5  	pkgs=$(cat $list | wc -l)
     1.6  	skel=$(cat $live/skel)
     1.7 -	text=$(_ 'Packages - The "$skel" has $pkgs packages')
     1.8 +	text=$(_p 'Packages - The "%s" has %d package' 'Packages - The "%s" has %d packages' "$pkgs"   "$skel" "$pkgs")
     1.9  	yad --form $opts --image='application-x-tazpkg' \
    1.10  		--text="<b>$text</b>" --separator=' ' \
    1.11  		--field="$(_ 'Additional packages separated by space or by line:')\\n$(_ '(will be auto added to "Edit packages list")')":TXT \