slitaz-tools rev 352

tazlocale: Tiny cosmetic change
author Paul Issott <paul@slitaz.org>
date Tue May 12 23:05:47 2009 +0000 (2009-05-12)
parents 8fa52d6b8af5
children 8957c8150086
files tinyutils/tazlocale
line diff
     1.1 --- a/tinyutils/tazlocale	Mon May 11 22:03:15 2009 +0200
     1.2 +++ b/tinyutils/tazlocale	Tue May 12 23:05:47 2009 +0000
     1.3 @@ -20,13 +20,11 @@
     1.4  	[ "$LANG" = "C" ] && LANGUAGE="en"
     1.5  	case $LANGUAGE in
     1.6  		fr)
     1.7 -			RECONFIG_MSG="
     1.8 -Veuilliez fermer votre session et vous reloguer pour utiliser
     1.9 -SliTaz avec la locale : fr." ;;
    1.10 +			RECONFIG_MSG="Veuilliez fermer votre session et vous 
    1.11 +			reloguer pour utiliser SliTaz avec la locale : fr." ;;
    1.12  		*)
    1.13 -			RECONFIG_MSG="
    1.14 -Please logout of your current session and login again to SliTaz
    1.15 -and locale : $LANGUAGE" ;;
    1.16 +			RECONFIG_MSG="Please logout of your current session and 
    1.17 +			login again to use SliTaz with $LANGUAGE locale." ;;
    1.18  	esac
    1.19  }
    1.20  
    1.21 @@ -106,7 +104,7 @@
    1.22  	if [ -n "$RECONFIG" ]; then
    1.23  		$DIALOG --clear \
    1.24  			--title " Information " \
    1.25 -			--msgbox "\n$RECONFIG_MSG\n" 16 70
    1.26 +			--msgbox "$RECONFIG_MSG" 16 70
    1.27  	fi
    1.28  }
    1.29