From 29dc08e294f4ffc2c6546b0edba7585267c12b9f Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sat, 29 May 2021 13:03:53 +0200 Subject: [PATCH] Renamed the scraper option to auto-retry on peer verification errors. --- es-app/src/guis/GuiScraperMenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) {