Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/gui/screens/arenas.stkgui
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div width="fit" height="100%" layout="horizontal-row" align="center">
<checkbox id="favorite" align="center"/>
<spacer width="5%" height="100%" />
<tiny-header width="fit" height="100%" I18N="Section in arena tracks selection screen" text="Edit favorite arenas"/>
<tiny-header width="fit" height="100%" I18N="Section in arena tracks selection screen" text="Edit favorites"/>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion data/gui/screens/easter_egg.stkgui
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div x="2%" y="1%" width="96%" height="99%" layout="vertical-row" >

<header height="8%" width="80%" I18N="Section in easter egg tracks selection screen" text="All Tracks"
<header height="8%" width="80%" I18N="Section in easter egg tracks selection screen" text="Tracks"
align="center" text_align="center" />
<spacer width="20" height="1%" />

Expand Down
2 changes: 1 addition & 1 deletion data/gui/screens/tracks.stkgui
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div id="all-track" x="1%" y="1%" width="60%" height="88%" layout="vertical-row" >

<header height="8%" width="80%" I18N="In the track selection screen" text="All Tracks"
<header height="8%" width="80%" I18N="In the track selection screen" text="Tracks"
align="center" text_align="center" />
<spacer width="100%" height="1%" />
<box proportion="1" width="100%" layout="vertical-row" padding="1">
Expand Down
4 changes: 2 additions & 2 deletions data/gui/screens/tracks_and_gp.stkgui
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
<spacer width="100%" height="1%" />

<div width="100%" height="16%" layout="horizontal-row" >
<small-header width="35%" height="100%" I18N="In the track and grand prix selection screen" text="All Tracks"
<small-header width="35%" height="100%" I18N="In the track and grand prix selection screen" text="Tracks"
align="center" text_align="center" />
<textbox width="22%" align="center" id="search"/>

<spacer width="2%"/>

<checkbox id="favorite" align="center"/>
<spacer width="1%"/>
<tiny-header width="36%" height="100%" I18N="In the track and grand prix selection screen" text="Edit favorite tracks"/>
<tiny-header width="36%" height="100%" I18N="In the track and grand prix selection screen" text="Edit favorites"/>
</div>
</div>

Expand Down