Fixes wrong text introduced by previous commit.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1315 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
cosmosninja 2007-12-04 18:34:08 +00:00
parent 2ffb606880
commit a21592f68e

View File

@ -49,7 +49,7 @@ ConfigDisplay::ConfigDisplay()
widget_manager->add_wgt( WTOK_FULLSCREEN, 40, 7); widget_manager->add_wgt( WTOK_FULLSCREEN, 40, 7);
if(user_config->m_fullscreen) if(user_config->m_fullscreen)
{ {
widget_manager->set_wgt_text( WTOK_FULLSCREEN, _("Fullscreen mode")); widget_manager->set_wgt_text( WTOK_FULLSCREEN, _("Window mode"));
} }
else else
{ {