slitaz-tools diff tinyutils/tazlocale @ rev 838

Tiny edits
author Paul Issott <paul@slitaz.org>
date Tue Mar 18 19:31:26 2014 +0000 (2014-03-18)
parents b0d5fdb1e5f3
children 5bb075010572
line diff
     1.1 --- a/tinyutils/tazlocale	Mon Feb 24 20:08:51 2014 +0000
     1.2 +++ b/tinyutils/tazlocale	Tue Mar 18 19:31:26 2014 +0000
     1.3 @@ -102,8 +102,8 @@
     1.4  dialog_menu() {
     1.5  	exec 3>&1
     1.6  	locale=$($DIALOG  --clear \
     1.7 -	--title " $(_n 'SliTaz language configuration') " \
     1.8 -	--menu "" 15 70 9 \
     1.9 +	--title "{ $(_n 'SliTaz language setting') }" \
    1.10 +	--menu "" 20 72 14 \
    1.11  "en" "English" \
    1.12  $(get_locale_name) \
    1.13  2>&1 1>&3)