minor wording fix

This commit is contained in:
thrust26 2018-01-28 11:35:14 +01:00
parent d7cc2036df
commit 05d17496ab
1 changed files with 1 additions and 1 deletions

View File

@ -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);