This commit is contained in:
thrust26 2021-02-27 10:37:43 +01:00
commit 66e6334c7e
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,