Fix non-translatable stirng
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10226 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
4f6144b890
commit
16f9237b62
@ -804,9 +804,8 @@ void RaceResultGUI::displayGPProgress()
|
||||
{
|
||||
video::SColor color = video::SColor(255,255,0,0);
|
||||
core::recti dest_rect(m_gp_progress_x, m_top, 0, 0);
|
||||
core::stringw message("Grand Prix progress:");
|
||||
|
||||
m_font->draw(message.c_str(), dest_rect, color, false, false, NULL, true);
|
||||
m_font->draw(_("Grand Prix progress:"), dest_rect, color, false, false, NULL, true);
|
||||
} // displayGPProgress
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user