Another spelling fix ("toggle")

Signed-off-by: Stephen Kitt <steve@sk2.org>
This commit is contained in:
Stephen Kitt 2021-02-26 10:09:39 +01:00
parent ba59e94e10
commit bfc091b975
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ TimeMachineDialog::TimeMachineDialog(OSystem& osystem, DialogContainer& parent,
// Add buttons
myToggleWidget = new ButtonWidget(this, font, xpos, ypos, buttonWidth, buttonHeight,
STOP.data(), BUTTON_W, BUTTON_H, kToggle);
myToggleWidget->setToolTip("Toogle Time Machine mode.");
myToggleWidget->setToolTip("Toggle Time Machine mode.");
xpos += buttonWidth + BUTTON_GAP;
myExitWidget = new ButtonWidget(this, font, xpos, ypos, buttonWidth, buttonHeight,