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:
auria 2010-10-01 23:05:28 +00:00
parent 5fda303809
commit 909c887724

View File

@ -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 */ );