tazpanel rev 359

settings.cgi: tiny edit
author Richard Dunbar <mojo@slitaz.org>
date Wed Apr 10 13:16:12 2013 +0000 (2013-04-10)
parents bca4ebb036ce
children bb7e9e0838e5
files settings.cgi
line diff
     1.1 --- a/settings.cgi	Sat Mar 23 08:47:03 2013 +0100
     1.2 +++ b/settings.cgi	Wed Apr 10 13:16:12 2013 +0000
     1.3 @@ -388,7 +388,7 @@
     1.4  
     1.5  <form method="get" action="$SCRIPT_NAME">
     1.6  <table>
     1.7 -	<tr><td>$(gettext 'Time zome:')</td><td>
     1.8 +	<tr><td>$(gettext 'Time zone:')</td><td>
     1.9  		<select name="tz">
    1.10  		$(cd  /usr/share/zoneinfo ; find * -type f | while read tz; do
    1.11  			if [ "$(cat /etc/TZ)" == "$tz" ]; then