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
This commit is contained in:
Jon Evans 2020-10-14 20:16:19 -04:00
parent 0a8d67c45c
commit 858718b949
1 changed files with 2 additions and 2 deletions

View File

@ -507,11 +507,11 @@ TOOL_ACTION ACTIONS::toggleCursorStyle( "common.Control.toggleCursorStyle",
TOOL_ACTION ACTIONS::highContrastMode( "common.Control.highContrastMode", TOOL_ACTION ACTIONS::highContrastMode( "common.Control.highContrastMode",
AS_GLOBAL, AS_GLOBAL,
MD_CTRL + 'H', LEGACY_HK_NAME( "Toggle High Contrast Mode" ), 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 ); contrast_mode_xpm );
TOOL_ACTION ACTIONS::highContrastModeCycle( "common.Control.highContrastModeCycle", 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 ); _( "Toggle inactive layers between normal, dimmed, and hidden" ), contrast_mode_xpm );
TOOL_ACTION ACTIONS::selectionTool( "common.InteractiveSelection.selectionTool", TOOL_ACTION ACTIONS::selectionTool( "common.InteractiveSelection.selectionTool",