From 515cca127072843a78abc621232472d173601bfc Mon Sep 17 00:00:00 2001 From: Huntereb Date: Sat, 26 Oct 2019 16:17:25 -0400 Subject: [PATCH] rename Disable Anime to Remove Anime --- source/ui/optionsPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ui/optionsPage.cpp b/source/ui/optionsPage.cpp index a84d9c8..30d2d86 100755 --- a/source/ui/optionsPage.cpp +++ b/source/ui/optionsPage.cpp @@ -10,7 +10,7 @@ namespace inst::ui { extern MainApplication *mainApp; - std::vector ourMenuEntries = {"Ignore Required Firmware Version - ", "Disable Anime - "}; + std::vector ourMenuEntries = {"Ignore Required Firmware Version - ", "Remove Anime - "}; optionsPage::optionsPage() : Layout::Layout() { this->SetBackgroundColor(COLOR("#670000FF"));