From: Holger Schemel Date: Sat, 26 Nov 2022 10:30:12 +0000 (+0100) Subject: fixed wording of some request texts X-Git-Tag: 4.3.3.0~7 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=d4d8a4410fbd9239df7ca3359184fc44d5e15e56 fixed wording of some request texts --- diff --git a/src/tape.c b/src/tape.c index 6b3523d4..71f707ce 100644 --- a/src/tape.c +++ b/src/tape.c @@ -1187,7 +1187,7 @@ void TapeQuickSave(void) { if (game_status == GAME_MODE_MAIN) { - Request("No game that can be saved!", REQ_CONFIRM); + Request("No game that could be saved!", REQ_CONFIRM); return; } @@ -1197,7 +1197,7 @@ void TapeQuickSave(void) if (!tape.recording) { - Request("No recording that can be saved!", REQ_CONFIRM); + Request("No recording that could be saved!", REQ_CONFIRM); return; } @@ -1207,7 +1207,7 @@ void TapeQuickSave(void) if (TAPE_IS_EMPTY(tape)) { - Request("No tape that can be saved!", REQ_CONFIRM); + Request("No tape that could be saved!", REQ_CONFIRM); return; }