slitaz-tools rev 591

tazbox: small adjustment to logout box
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 30 15:54:34 2011 +0200 (2011-04-30)
parents 0a6addd522f8
children fb3a32f8629b
files tazbox/tazbox
line diff
     1.1 --- a/tazbox/tazbox	Sat Apr 30 14:48:39 2011 +0200
     1.2 +++ b/tazbox/tazbox	Sat Apr 30 15:54:34 2011 +0200
     1.3 @@ -77,9 +77,9 @@
     1.4  
     1.5  # Logout GUI function
     1.6  logout_main() {
     1.7 -	text=$(gettext "SliTaz Logout. Please choose an action:")
     1.8 +	text=$(gettext "<b>SliTaz Logout.</b> Please choose an action:")
     1.9  	yad --entry --title="SliTaz Logout" --window-icon=$icon \
    1.10 -		--width=440 --height=150 --text="$text" \
    1.11 +		--width=440 --height=140 --text="$text" \
    1.12  		--image="slitaz-menu" --image-on-top \
    1.13  		--center --on-top  --entry-text \
    1.14  			"`gettext \"Close X session\"` : exit" \