Minor naming cleanup
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@4264 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
</tabs>
|
||||
|
||||
<box proportion="1" width="100%" layout="vertical-row">
|
||||
<label align="center" text="SuperTuxKart features several game modes (TO BE UPDATED FOR NEW GUI LAYOUT!!)"/>
|
||||
<label align="center" text="SuperTuxKart features several game modes"/>
|
||||
|
||||
<spacer height="25" width="10"/>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<spacer width="25" height="25"/>
|
||||
<label proportion="1" height="100%" align="left" word_wrap="true"
|
||||
I18N="In the help menu"
|
||||
text="Regular Race (TODO - find a better name :( ) - all blows allowed, so catch weapons and make clever use of them!"/>
|
||||
text="Regular Race - all blows allowed, so catch weapons and make clever use of them!"/>
|
||||
</div>
|
||||
|
||||
<div width="100%" proportion="1" layout="horizontal-row">
|
||||
|
||||
@@ -1269,8 +1269,6 @@
|
||||
95D2343D1078227A00625256 /* feature_unlocked.hpp */,
|
||||
958330C410122B4A00C5137E /* kart_selection.cpp */,
|
||||
958330C510122B4A00C5137E /* kart_selection.hpp */,
|
||||
958330C810122B4A00C5137E /* race_gui.cpp */,
|
||||
958330C910122B4A00C5137E /* race_gui.hpp */,
|
||||
9522F1E9107961560067ECF5 /* options_screen_av.cpp */,
|
||||
9522F1EA107961560067ECF5 /* options_screen_av.hpp */,
|
||||
9522F1EB107961560067ECF5 /* options_screen_input.cpp */,
|
||||
@@ -1281,6 +1279,8 @@
|
||||
958330CB10122B4A00C5137E /* state_manager.hpp */,
|
||||
9522F124107948AD0067ECF5 /* main_menu_screen.cpp */,
|
||||
9522F123107948AD0067ECF5 /* main_menu_screen.hpp */,
|
||||
958330C810122B4A00C5137E /* race_gui.cpp */,
|
||||
958330C910122B4A00C5137E /* race_gui.hpp */,
|
||||
9522F15A107949780067ECF5 /* race_setup_screen.cpp */,
|
||||
9522F159107949780067ECF5 /* race_setup_screen.hpp */,
|
||||
9522F15C10794A350067ECF5 /* tracks_screen.cpp */,
|
||||
|
||||
@@ -154,7 +154,8 @@ void RaceSetupScreen::init()
|
||||
|
||||
if (!m_inited)
|
||||
{
|
||||
w2->addItem( _("Snaky Competition\nAll blows allowed, so catch weapons and make clever use of them!"),
|
||||
// FIXME: find a nice name than 'regular race' -.-
|
||||
w2->addItem( _("Regular Race\nAll blows allowed, so catch weapons and make clever use of them!"),
|
||||
"normal",
|
||||
file_manager->getDataDir() + "/gui/mode_normal.png");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user