From 415d1d6ce92148bd38b463319268e33eca5d73cc Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Fri, 26 Feb 2021 10:09:39 +0100 Subject: [PATCH] Another spelling fix ("toggle") Signed-off-by: Stephen Kitt --- src/gui/TimeMachineDialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,