diff --git a/src/Lawn/Board.cpp b/src/Lawn/Board.cpp index 2982a18..e06fc4a 100644 --- a/src/Lawn/Board.cpp +++ b/src/Lawn/Board.cpp @@ -3584,7 +3584,7 @@ void Board::UpdateToolTip() int aPlantCost = GetCurrentPlantCost(aSeedPacket->mPacketType, aSeedPacket->mImitaterType); if (mApp->mEasyPlantingCheat) { - mToolTip->SetWarningText("FREE_PLANTING_CHEAT"); + mToolTip->SetWarningText("[FREE_PLANTING_CHEAT]"); } else if (!aSeedPacket->mActive && (gLawnApp->mGameMode == GameMode::GAMEMODE_CHALLENGE_BEGHOULED || gLawnApp->mGameMode == GameMode::GAMEMODE_CHALLENGE_BEGHOULED_TWIST))