Fix untranslatable empty string

This commit is contained in:
jean-pierre charras 2017-08-09 08:28:55 +02:00
parent 6d5282cd60
commit 068f96f2ce
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ TOOL_ACTION PCB_ACTIONS::globalEditPads( "pcbnew.InteractiveEdit.globalPadEdit",
TOOL_ACTION PCB_ACTIONS::editActivate( "pcbnew.InteractiveEdit",
AS_GLOBAL, 0,
_( "Edit Activate" ), _( "" ), move_xpm, AF_ACTIVATE );
_( "Edit Activate" ), "", move_xpm, AF_ACTIVATE );
TOOL_ACTION PCB_ACTIONS::move( "pcbnew.InteractiveEdit.move",
AS_GLOBAL, TOOL_ACTION::LegacyHotKey( HK_MOVE_ITEM ),