mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +00:00
Changed a button help text for the multi-scraper.
This commit is contained in:
parent
928b0c6575
commit
19a2a9d964
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue