diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index aa133db52..0db1c36c8 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -3452,7 +3452,7 @@ static int CmdHF14AMfSim(const char *Cmd) { } showSectorTable(k_sector, k_sectorsCount); } else { - PrintAndLogEx(INFO, "Press pm3-button or abort simulation"); + PrintAndLogEx(INFO, "Press pm3-button to abort simulation"); } return PM3_SUCCESS; }