fix misspelled 'Toogle' -> 'Toggle'
A small typo fixup for misspelled word Toogle.
This commit is contained in:
parent
14ce518208
commit
9a13dd48af
|
@ -37,7 +37,7 @@
|
||||||
static TOOL_ACTION ACT_toggleCursor( "common.Control.toggleCursor",
|
static TOOL_ACTION ACT_toggleCursor( "common.Control.toggleCursor",
|
||||||
AS_GLOBAL, TOOL_ACTION::LegacyHotKey( HK_TOGGLE_CURSOR ),
|
AS_GLOBAL, TOOL_ACTION::LegacyHotKey( HK_TOGGLE_CURSOR ),
|
||||||
_( "Toggle Always Show Cursor" ),
|
_( "Toggle Always Show Cursor" ),
|
||||||
_( "Toogle display of the cursor, even when not in an interactive tool" ) );
|
_( "Toggle display of the cursor, even when not in an interactive tool" ) );
|
||||||
|
|
||||||
|
|
||||||
COMMON_TOOLS::COMMON_TOOLS() :
|
COMMON_TOOLS::COMMON_TOOLS() :
|
||||||
|
|
Loading…
Reference in New Issue