From f95557a7feb673185938a620a377f69b107456b9 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 30 Oct 2017 10:37:49 +0100 Subject: [PATCH] fixed the hint --- tour.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tour.cpp b/tour.cpp index df51456a..4b13e272 100644 --- a/tour.cpp +++ b/tour.cpp @@ -224,7 +224,7 @@ void checkGoodLand(eLand l) { "Remember that you can get to the next slide by pressing Enter.", l ) + - XLAT(" This tutorial will not advance on its own -- you have to press Enter (not while reading help text)."); + XLAT(" This tutorial will not advance on its own -- you have to press Enter (not while reading help text).") ); }