slitaz-base-files diff rootfs/lib/libtaz.sh @ rev 302

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Mar 27 17:19:59 2016 +0100 (2016-03-27)
parents 2d181ce6f795
children 1dd292a4b72b
line diff
     1.1 --- a/rootfs/lib/libtaz.sh	Sun Mar 27 11:52:32 2016 +0300
     1.2 +++ b/rootfs/lib/libtaz.sh	Sun Mar 27 17:19:59 2016 +0100
     1.3 @@ -219,7 +219,7 @@
     1.4  	saved_action="$1"
     1.5  	[ -n "$quiet" -a -z "$2" ] && return
     1.6  	local w c scol msg chars
     1.7 -	# Translators: 'w' is the width the wider translated message ('[ Done ]' or '[ Failed ]') take in terminal; place here the number
     1.8 +	# Translators: 'w' is the width the wider translated message ('[ Done ]' or '[ Failed ]') takes in a terminal; place here the number
     1.9  	w=$(_ 'w'); w=${w/w/10}
    1.10  	c=$(get_cols)
    1.11  	scol=$(( $c - $w ))