tazpanel diff network.cgi @ rev 327

Add Swedish translations (thanks Emil Eklund)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jul 15 00:03:42 2012 +0000 (2012-07-15)
parents 1602cb73097e
children 8ec43100e75e
line diff
     1.1 --- a/network.cgi	Sat Jun 30 21:13:11 2012 +0200
     1.2 +++ b/network.cgi	Sun Jul 15 00:03:42 2012 +0000
     1.3 @@ -52,7 +52,7 @@
     1.4  			# Connected or not connected...
     1.5  			if ifconfig | grep -A 1 $WIFI_INTERFACE | \
     1.6  				fgrep -q inet && iwconfig $WIFI_INTERFACE | \
     1.7 -				grep ESSID | fgrep -q -w "$ESSID"; then
     1.8 +				fgrep -q "ESSID:\"$ESSID\""; then
     1.9  				status=$(gettext 'Connected')
    1.10  			else
    1.11  				status="---"