Remove a couple uneeded duplicate strings
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8185 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
96ab605f37
commit
415387f536
@ -1,5 +1,5 @@
|
||||
|
||||
<supertuxkart_grand_prix name="All tracks">
|
||||
<supertuxkart_grand_prix name="All Tracks">
|
||||
|
||||
<track id="hacienda" laps="3" />
|
||||
<track id="scotland" laps="3" />
|
||||
|
@ -1,5 +1,7 @@
|
||||
<stkgui>
|
||||
|
||||
<icon-button id="back" x="0" y="0" height="8%" icon="gui/back.png"/>
|
||||
|
||||
<div x="5%" y="2%" width="90%" height="96%" layout="vertical-row" >
|
||||
|
||||
<header I18N="Title for tutorials screen" text="Tutorial : Selection Room" text_align="center" width="100%" />
|
||||
@ -12,9 +14,7 @@
|
||||
<spacer width="100%" height="45"/>
|
||||
|
||||
</div>
|
||||
|
||||
<icon-button id="back" x="20" y="-40" height="64" width="128" align="left" icon="gui/screenback.png"
|
||||
I18N="In the options menu, to go back to the main menu or game" text="Back to menu"/>
|
||||
|
||||
<button id="play" x="-200" y="-40" height="35" align="right" text="Play all"/>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user