Changed a button help text for the multi-scraper.

This commit is contained in:
Leon Styhre 2021-06-08 22:31:04 +02:00
parent 928b0c6575
commit 19a2a9d964

View file

@ -90,7 +90,7 @@ GuiScraperMulti::GuiScraperMulti(
}
buttons.push_back(std::make_shared<ButtonComponent>(mWindow, "STOP",
"stop (progress saved)", std::bind(&GuiScraperMulti::finish, this)));
"stop", std::bind(&GuiScraperMulti::finish, this)));
mButtonGrid = makeButtonGrid(mWindow, buttons);
mGrid.setEntry(mButtonGrid, Vector2i(0, 4), true, false);