diff --git a/es-app/src/guis/GuiScraperMenu.cpp b/es-app/src/guis/GuiScraperMenu.cpp index df09bb70d..a196a15da 100644 --- a/es-app/src/guis/GuiScraperMenu.cpp +++ b/es-app/src/guis/GuiScraperMenu.cpp @@ -507,7 +507,7 @@ void GuiScraperMenu::openOtherSettings() auto retry_peer_verification = std::make_shared(mWindow); retry_peer_verification->setState( Settings::getInstance()->getBool("ScraperRetryPeerVerification")); - s->addWithLabel("RETRY ON PEER VERIFICATION ERRORS", retry_peer_verification); + s->addWithLabel("AUTO-RETRY ON PEER VERIFICATION ERRORS", retry_peer_verification); s->addSaveFunc([retry_peer_verification, s] { if (retry_peer_verification->getState() != Settings::getInstance()->getBool("ScraperRetryPeerVerification")) {