diff --git a/src/gui/TimeMachineDialog.cxx b/src/gui/TimeMachineDialog.cxx index f49c8a643..d5c6b8fa6 100644 --- a/src/gui/TimeMachineDialog.cxx +++ b/src/gui/TimeMachineDialog.cxx @@ -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,