From bcbacf5b68f512ef16f165fad773bbc9f0788b85 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 9 Feb 2019 21:02:18 +0100 Subject: [PATCH] fixed minemark help --- help.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help.cpp b/help.cpp index 968176f9..9b7652b9 100644 --- a/help.cpp +++ b/help.cpp @@ -426,7 +426,7 @@ void addMinefieldExplanation(string& s) { ); s += "\n\n"; -#if ISMOBILE==1 +#if ISMOBILE==0 s += XLAT("Known mines may be marked by pressing 'm'. Your allies won't step on marked mines."); #else s += XLAT("Known mines may be marked by touching while in drag mode. Your allies won't step on marked mines.");