Changed message displayed when making it in the top-3 of a GP as per recently received feedback
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6187 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
5fda303809
commit
909c887724
@ -349,7 +349,7 @@ void GrandPrixWin::onUpdate(float dt, irr::video::IVideoDriver* driver)
|
||||
|
||||
static int test_y = 0;
|
||||
|
||||
GUIEngine::getTitleFont()->draw(_("You won the Grand Prix!"),
|
||||
GUIEngine::getTitleFont()->draw(_("You completed the Grand Prix!"),
|
||||
core::rect< s32 >( 0, test_y, w, h/10 ),
|
||||
color,
|
||||
true/* center h */, true /* center v */ );
|
||||
|
Loading…
x
Reference in New Issue
Block a user