Merge pull request #773 from skitt/spelling-fix

Another spelling fix ("toggle")
This commit is contained in:
Thomas Jentzsch 2021-02-26 10:48:36 +01:00 committed by GitHub
commit 15664a0ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,