tazpanel diff settings.cgi @ rev 372
Add Polish translation (thanks Pawel Pyrczak), refresh translations, tiny edits and improvements.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Jul 23 03:22:09 2013 +0300 (2013-07-23) |
parents | 51abbebce217 |
children | b3f5245b1e90 |
line diff
1.1 --- a/settings.cgi Wed Jan 02 14:12:12 2013 +0100 1.2 +++ b/settings.cgi Tue Jul 23 03:22:09 2013 +0300 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