Tweak GP-win message to be more accurate
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12890 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
5e5356c005
commit
2c336bb89e
@ -101,7 +101,7 @@ void GrandPrixWin::init()
|
||||
const core::dimension2d<u32>& frame_size = GUIEngine::getDriver()->getCurrentRenderTargetSize();
|
||||
|
||||
|
||||
core::stringw message = _("You unlocked a new feature!");
|
||||
core::stringw message = _("You completed a challenge!");
|
||||
const int message_width = GUIEngine::getFont()->getDimension(message.c_str()).Width + 30;
|
||||
|
||||
const int label_height = GUIEngine::getFontHeight() + 15;
|
||||
|
Loading…
Reference in New Issue
Block a user