Skip to content

Commit

Permalink
ConfigMenu: Change wording from "activate" to "toogle
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed Jan 26, 2025
1 parent 9d4052f commit f7d6d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/utils/config/ConfigRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f7d6d4b

Please sign in to comment.