diff --git a/source/client/GameController.cpp b/source/client/GameController.cpp index 6cedcf909521a0c71848b277b5796c79a1f1be64..e3c2feb2731be71c519547d984907665843238b9 100644 --- a/source/client/GameController.cpp +++ b/source/client/GameController.cpp @@ -98,7 +98,7 @@ void GameController::makeBet() { wxString inputPlayerBet = GameController::_betPanel->getBetSize().Trim(); if (!GameController::_is_number(inputPlayerBet)) { - GameController::showError("Input error", "Please enter numeric"); + GameController::showError("Input error", "Please enter positive integer"); bet_int = 0; return; }