slitaz-tools diff boxes/wifi-box @ rev 847

Fix invalid multibyte sequence in slitaz-tools pt_BR translations
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 16 15:32:03 2014 +0300 (2014-04-16)
parents c79e656b37a5
children 5d80f6fdbdb7
line diff
     1.1 --- a/boxes/wifi-box	Sat Jan 04 14:32:42 2014 +0000
     1.2 +++ b/boxes/wifi-box	Wed Apr 16 15:32:03 2014 +0300
     1.3 @@ -131,7 +131,7 @@
     1.4  	# Deal with --button values
     1.5  	case $ret in
     1.6  		1) exit 0 ;;
     1.7 -		2) tazweb http://tazpanel:82/network.cgi?wifi && exit 0 ;;
     1.8 +		2) tazweb --notoolbar http://tazpanel:82/network.cgi?wifi && exit 0 ;;
     1.9  		3) /etc/init.d/network.sh stop && exit 0 ;;
    1.10  		3) start_wifi && exit 0 ;;
    1.11  		*) continue ;;