From 858718b9494b54e3293b5894689a648271a1dba8 Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Wed, 14 Oct 2020 20:16:19 -0400 Subject: [PATCH] CHANGED: High-contrast mode is now called single layer view mode This makes it more obvious what the tool is for, and also clarifies the difference between the 2-state and 3-state actions in the hotkey dialog --- common/tool/actions.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/tool/actions.cpp b/common/tool/actions.cpp index cc3740c8bd..cf95fb088a 100644 --- a/common/tool/actions.cpp +++ b/common/tool/actions.cpp @@ -507,11 +507,11 @@ TOOL_ACTION ACTIONS::toggleCursorStyle( "common.Control.toggleCursorStyle", TOOL_ACTION ACTIONS::highContrastMode( "common.Control.highContrastMode", AS_GLOBAL, MD_CTRL + 'H', LEGACY_HK_NAME( "Toggle High Contrast Mode" ), - _( "High Contrast Mode" ), _( "Use high contrast display mode" ), + _( "Single Layer View Mode" ), _( "Toggle inactive layers between normal and dimmed" ), contrast_mode_xpm ); TOOL_ACTION ACTIONS::highContrastModeCycle( "common.Control.highContrastModeCycle", - AS_GLOBAL, 0, "", _( "High Contrast Mode (3-state)" ), + AS_GLOBAL, 0, "", _( "Single Layer View Mode (3-state)" ), _( "Toggle inactive layers between normal, dimmed, and hidden" ), contrast_mode_xpm ); TOOL_ACTION ACTIONS::selectionTool( "common.InteractiveSelection.selectionTool",