This commit is contained in:
jean-pierre charras 2019-05-08 14:27:59 +02:00
parent 533fdcf00a
commit c716d66e53
1 changed files with 1 additions and 1 deletions

View File

@ -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 );