mirror of https://github.com/stella-emu/stella.git
minor wording fix
This commit is contained in:
parent
d7cc2036df
commit
05d17496ab
|
@ -2137,7 +2137,7 @@ void EventHandler::enterTimeMachineMenuMode(uInt32 numWinds, bool unwind)
|
|||
{
|
||||
// add one extra state if we are in Time Machine mode
|
||||
// TODO: maybe remove this state if we leave the menu at this new state
|
||||
myOSystem.state().addExtraState("enter Time Machine menu"); // force new state
|
||||
myOSystem.state().addExtraState("enter Time Machine dialog"); // force new state
|
||||
if (numWinds)
|
||||
myOSystem.state().windStates(numWinds, unwind);
|
||||
|
||||
|
|
Loading…
Reference in New Issue