Removed some useless text from the first help page.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2078 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
cosmosninja 2008-05-26 21:56:59 +00:00
parent a338b7098e
commit 22f9126551

View File

@ -131,12 +131,11 @@ so look out for them!"));
widget_manager->addEmptyWgt( WidgetManager::WGT_NONE, 100, 1);
widget_manager->breakLine();
widget_manager->addTextWgt(WTOK_MSG7, 87, 13,
widget_manager->addTextWgt(WTOK_MSG7, 87, 8,
_("If you see a button with a lock like the one to the right,\n\
you need to complete a challenge to unlock it. You can click on\n\
the locks to know the name of what is behind the lock."));
you need to complete a challenge to unlock it."));
widget_manager->addImgWgt(WTOK_LOCK, 10, 13, 0);
widget_manager->addImgWgt(WTOK_LOCK, 6, 8, 0);
widget_manager->setWgtTexture(WTOK_LOCK, "gui_help_lock.rgb", false);
widget_manager->breakLine();