From c716d66e53c6dce4a89d5593a41a25f3679395e4 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Wed, 8 May 2019 14:27:59 +0200 Subject: [PATCH] Fix typo --- eeschema/tools/lib_drawing_tools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/tools/lib_drawing_tools.cpp b/eeschema/tools/lib_drawing_tools.cpp index 07837dd618..4ed5c106eb 100644 --- a/eeschema/tools/lib_drawing_tools.cpp +++ b/eeschema/tools/lib_drawing_tools.cpp @@ -75,7 +75,7 @@ TOOL_ACTION SCH_ACTIONS::drawSymbolLines( "libedit.InteractiveDrawing.drawSymbol TOOL_ACTION SCH_ACTIONS::placeSymbolAnchor( "libedit.InteractiveDrawing.placeSymbolAnchor", AS_GLOBAL, 0, - _( "Move symbol anchor" ), _( "Specify a new location for the symobl anchor" ), + _( "Move Symbol Anchor" ), _( "Specify a new location for the symbol anchor" ), anchor_xpm, AF_ACTIVATE );