From 513e190a66d5eb4afa2b154162fb608d95a8f342 Mon Sep 17 00:00:00 2001 From: James Upjohn Date: Sat, 12 Oct 2024 10:12:11 +1300 Subject: [PATCH] chore: adjust wording of notification muting hotkey args --- src/controllers/hotkeys/ActionNames.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controllers/hotkeys/ActionNames.hpp b/src/controllers/hotkeys/ActionNames.hpp index 25104ec8184..bb83048b631 100644 --- a/src/controllers/hotkeys/ActionNames.hpp +++ b/src/controllers/hotkeys/ActionNames.hpp @@ -362,8 +362,8 @@ inline const std::map actionNames{ .minCountArguments = 0, .maxCountArguments = 1, .possibleArguments{{"Toggle", {}}, - {"Enable notification muting", {"on"}}, - {"Disable notification muting", {"off"}}}, + {"Mute notifications", {"on"}}, + {"Unmute notifications", {"off"}}}, .argumentsPrompt = "New value:", .argumentsPromptHover = "Should all highlight notifications be " "enabled, disabled, or toggled.",