mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2025-02-22 14:27:10 +01:00
ConfigMenu: Change wording from "activate" to "toogle
This commit is contained in:
parent
9c24ed8f2e
commit
b031576757
@ -243,7 +243,7 @@ void ConfigRenderer::RenderStateMain() const {
|
||||
DrawUtils::setFontSize(18);
|
||||
DrawUtils::print(16, SCREEN_HEIGHT - 10, "\ue07d Navigate ");
|
||||
if (mSetActivePluginsMode) {
|
||||
DrawUtils::print(SCREEN_WIDTH - 16, SCREEN_HEIGHT - 10, "\ue000 Activate | \uE045 Apply", true);
|
||||
DrawUtils::print(SCREEN_WIDTH - 16, SCREEN_HEIGHT - 10, "\ue000 Toggle | \uE045 Apply", true);
|
||||
} else if (totalElementSize > 0) {
|
||||
const auto text = string_format("\ue000 Select | %s Manage plugins", mLastInputWasOnWiimote ? "\uE048" : "\uE002");
|
||||
DrawUtils::print(SCREEN_WIDTH - 16, SCREEN_HEIGHT - 10, text.c_str(), true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user