diff options
-rw-r--r-- | engines/agi/op_cmd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/op_cmd.cpp b/engines/agi/op_cmd.cpp index 17addc0c05..23ccee2e5d 100644 --- a/engines/agi/op_cmd.cpp +++ b/engines/agi/op_cmd.cpp @@ -1368,7 +1368,7 @@ void cmdRestartGame(AgiGame *state, uint8 *p) { state->_vm->_sound->stopSound(); sel = getflag(fAutoRestart) ? 0 : - state->_vm->selectionBox(" Restart _game, or continue? \n\n\n", buttons); + state->_vm->selectionBox(" Restart game, or continue? \n\n\n", buttons); if (sel == 0) { state->_vm->_restartGame = true; |