Minor modification in play tutorial text. Fixes

This commit is contained in:
Deve 2017-07-29 00:43:17 +02:00
parent 0be10ce448
commit 7d4fbb8d0c
2 changed files with 2 additions and 2 deletions
data/gui
src/states_screens

@ -20,7 +20,7 @@
<box proportion="1" width="100%" layout="vertical-row"> <box proportion="1" width="100%" layout="vertical-row">
<spacer width="5" height="15"/> <spacer width="5" height="15"/>
<button id="startTutorial" text="Click here to play the tutorial" align="center"/> <button id="startTutorial" text="Start the tutorial" align="center"/>
<spacer width="5" height="15"/> <spacer width="5" height="15"/>
<div width="100%" proportion="2" layout="horizontal-row"> <div width="100%" proportion="2" layout="horizontal-row">

@ -507,7 +507,7 @@ void RaceGUIOverworld::drawGlobalMiniMap()
irr_driver->getActualScreenSize().Height - GUIEngine::getFontHeight()*2, irr_driver->getActualScreenSize().Height - GUIEngine::getFontHeight()*2,
irr_driver->getActualScreenSize().Width, irr_driver->getActualScreenSize().Width,
irr_driver->getActualScreenSize().Height); irr_driver->getActualScreenSize().Height);
GUIEngine::getOutlineFont()->draw(_("Press fire to play the tutorial"), pos2, GUIEngine::getOutlineFont()->draw(_("Press fire to start the tutorial"), pos2,
GUIEngine::getSkin()->getColor("font::normal"), GUIEngine::getSkin()->getColor("font::normal"),
true, true /* vcenter */, NULL); true, true /* vcenter */, NULL);
continue; continue;