further improved help menu layout, improved some descriptions

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2570 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2008-12-03 17:06:39 +00:00
parent eb069bb99c
commit ff70a14f6f
2 changed files with 11 additions and 10 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-12-03 11:59-0500\n"
"POT-Creation-Date: 2008-12-03 12:05-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -328,9 +328,9 @@ msgstr ""
#: src/gui/help_page_three.cpp:69
msgid ""
"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"
"Follow the leader: run for second place, as the last kart\n"
"will be disqualified every time the counter hits zero.\n"
" Beware : going in front of the leader will get you eliminated too!"
msgstr ""
#: src/gui/help_page_one.cpp:67
@ -778,7 +778,7 @@ msgid "Time Trial"
msgstr ""
#: src/gui/help_page_three.cpp:62
msgid "Time Trial: As quick race, but no items. "
msgid "Time Trial: Contains no powerups, so only your driving skills matter!"
msgstr ""
#: src/gui/help_page_two.cpp:58

View File

@ -59,21 +59,21 @@ most points wins (shortest time in case of a tie!) "));
widget_manager->addEmptyWgt( WidgetManager::WGT_NONE, 100, 1 );
widget_manager->addTextWgt( WTOK_TXT3, 100, 15,
_("Time Trial: As quick race, but no items. "));
_("Time Trial: Contains no powerups, so only your driving skills matter!"));
widget_manager->setWgtTextSize( WTOK_TXT3, WGT_FNT_SML );
widget_manager->addEmptyWgt( WidgetManager::WGT_NONE, 100, 1 );
if(!unlock_manager->isLocked("followleader"))
{
widget_manager->addTextWgt( WTOK_TXT4, 100, 15,
_("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"));
_("Follow the leader: run for second place, as the last kart\nwill be disqualified every time the counter hits zero.\n Beware : going in front of the leader will get you eliminated too!"));
widget_manager->setWgtTextSize( WTOK_TXT4, WGT_FNT_SML );
widget_manager->addEmptyWgt( WidgetManager::WGT_NONE, 100, 13 );
}
/*Buttons at the bottom*/
widget_manager->addEmptyWgt( WidgetManager::WGT_NONE, 100, 7);
widget_manager->switchOrder();
widget_manager->addTextButtonWgt( WTOK_SECOND_PAGE, 30, 7,
_("< Back"));
widget_manager->setWgtTextSize( WTOK_SECOND_PAGE, WGT_FNT_SML );
@ -81,7 +81,8 @@ every time the counter hits zero"));
widget_manager->addTextButtonWgt( WTOK_QUIT, 40, 7,
_("Back to the menu"));
widget_manager->setWgtTextSize( WTOK_QUIT, WGT_FNT_SML );
widget_manager->addEmptyWgt( WidgetManager::WGT_NONE, 30, 7);
widget_manager->layout( WGT_AREA_TOP );
} // HelpMenu