Fix incorrect attributes in track info dialog

* "min" changed to "min_value"
 * "max" changed to "max_value"


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11366 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
wardje 2012-07-05 21:29:44 +00:00
parent 92538784b1
commit af0d1528ba

View File

@ -57,7 +57,7 @@
<spacer width="1" height="5%"/> <spacer width="1" height="5%"/>
<spinner id="lapcountspinner" width="50%" min="1" max="20" align="center" warp_around="true" <spinner id="lapcountspinner" width="50%" min_value="1" max_value="20" align="center" warp_around="true"
I18N="In the track setup screen (number of laps choice, where %i is the number)" text="%i laps"/> I18N="In the track setup screen (number of laps choice, where %i is the number)" text="%i laps"/>
<spacer width="1" height="5%"/> <spacer width="1" height="5%"/>