rename Disable Anime to Remove Anime

This commit is contained in:
Huntereb 2019-10-26 16:17:25 -04:00
parent e198b2daec
commit 515cca1270

View file

@ -10,7 +10,7 @@
namespace inst::ui {
extern MainApplication *mainApp;
std::vector<std::string> ourMenuEntries = {"Ignore Required Firmware Version - ", "Disable Anime - "};
std::vector<std::string> ourMenuEntries = {"Ignore Required Firmware Version - ", "Remove Anime - "};
optionsPage::optionsPage() : Layout::Layout() {
this->SetBackgroundColor(COLOR("#670000FF"));