From 9e5f2907caed8e9055470b140b79a3345bfce13d Mon Sep 17 00:00:00 2001 From: cosmosninja Date: Sun, 11 May 2008 07:41:57 +0000 Subject: [PATCH] Centered the game mode help menu git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1854 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/gui/help_page_three.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gui/help_page_three.cpp b/src/gui/help_page_three.cpp index 4f2635557..a1b416709 100644 --- a/src/gui/help_page_three.cpp +++ b/src/gui/help_page_three.cpp @@ -52,19 +52,19 @@ HelpPageThree::HelpPageThree() { widget_manager->addTextWgt( WTOK_TXT1, 100, 10, _("Grand Prix\n\ -Race through a group of tracks, the one with the most\n\ +Race through a group of tracks, the one with the most \n\ points wins!")); widget_manager->addEmptyWgt( WidgetManager::WGT_NONE, 100, 1 ); } widget_manager->addTextWgt( WTOK_TXT2, 100, 10, _("Quick race\n\ -Configurable track selection")); +Configurable track selection ")); widget_manager->addEmptyWgt( WidgetManager::WGT_NONE, 100, 1 ); widget_manager->addTextWgt( WTOK_TXT3, 100, 10, _("Time Trial\n\ -Single kart race through a track against the clock!\n\ +Single kart race through a track against the clock! \n\ Boosters items are disabled.")); widget_manager->addEmptyWgt( WidgetManager::WGT_NONE, 100, 1 );