fix misspelled 'Toogle' -> 'Toggle'

A small typo fixup for misspelled word Toogle.
This commit is contained in:
Carsten Schoenert 2018-07-08 14:12:37 +02:00 committed by Wayne Stambaugh
parent 14ce518208
commit 9a13dd48af
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
static TOOL_ACTION ACT_toggleCursor( "common.Control.toggleCursor",
AS_GLOBAL, TOOL_ACTION::LegacyHotKey( HK_TOGGLE_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() :