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:
parent
2ffb606880
commit
a21592f68e
@ -49,7 +49,7 @@ ConfigDisplay::ConfigDisplay()
|
||||
widget_manager->add_wgt( WTOK_FULLSCREEN, 40, 7);
|
||||
if(user_config->m_fullscreen)
|
||||
{
|
||||
widget_manager->set_wgt_text( WTOK_FULLSCREEN, _("Fullscreen mode"));
|
||||
widget_manager->set_wgt_text( WTOK_FULLSCREEN, _("Window mode"));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user