better description for FTL, thanks to UnNamed

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2350 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2008-10-19 01:24:51 +00:00
parent f076540f68
commit 800d94898a

View File

@ -71,9 +71,9 @@ most points wins (shortest time in case of a tie!) "));
if(!unlock_manager->isLocked("followleader"))
{
widget_manager->addTextWgt( WTOK_TXT4, 100, 15,
_("Follow the leader: Stay behind the leader kart. \n\
When the countdown reaches zero, a kart ahead\n\
of the leader or the last kart is eliminated."));
_("Follow the leader: run for second place, as first ahead leader, \n\
or last in race track if none ahead, will be disqualified\n\
every time the counter hits zero"));
widget_manager->setWgtTextSize( WTOK_TXT4, WGT_FNT_SML );
widget_manager->addEmptyWgt( WidgetManager::WGT_NONE, 100, 13 );
}