From ca2070af015bddd60b3b5a2f02bcffcae0c86c2f Mon Sep 17 00:00:00 2001 From: hikerstk Date: Tue, 16 Dec 2008 04:57:06 +0000 Subject: [PATCH] Replaced 'coin' with 'nitro'. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2695 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- data/po/supertuxkart.pot | 10 +++++++--- src/gui/help_page_one.cpp | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/data/po/supertuxkart.pot b/data/po/supertuxkart.pot index 3d8702977..1542349f5 100644 --- a/data/po/supertuxkart.pot +++ b/data/po/supertuxkart.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-15 21:33-0500\n" +"POT-Creation-Date: 2008-12-16 15:52+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -373,7 +373,7 @@ msgid "Go!" msgstr "" #: src/gui/help_page_one.cpp:73 -msgid "Grab blue boxes and coins" +msgid "Grab blue boxes and nitro" msgstr "" #: src/gui/game_mode.cpp:99 @@ -426,7 +426,7 @@ msgstr "" msgid "Last grand prix, longer and harder" msgstr "" -#: src/modes/follow_the_leader.cpp:138 +#: src/modes/follow_the_leader.cpp:139 msgid "Leader" msgstr "" @@ -630,6 +630,10 @@ msgstr "" msgid "REV" msgstr "" +#: data/tracks/race/race.track:4 +msgid "Race Track" +msgstr "" + #: src/gui/race_results_gui.cpp:74 msgid "Race in this track again" msgstr "" diff --git a/src/gui/help_page_one.cpp b/src/gui/help_page_one.cpp index 4eaa55850..e8261cc8e 100644 --- a/src/gui/help_page_one.cpp +++ b/src/gui/help_page_one.cpp @@ -70,7 +70,7 @@ HelpPageOne::HelpPageOne() widget_manager->breakLine(); widget_manager->addTextWgt( WTOK_MSG2, 60, 7, - _("Grab blue boxes and coins") ); + _("Grab blue boxes and nitro") ); widget_manager->addTextWgt( WTOK_MSG3, 30, 7, _("Avoid bananas") ); widget_manager->breakLine();