From 068f96f2cea608db886a51330aca736003c8e3d9 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Wed, 9 Aug 2017 08:28:55 +0200 Subject: [PATCH] Fix untranslatable empty string --- pcbnew/tools/edit_tool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/tools/edit_tool.cpp b/pcbnew/tools/edit_tool.cpp index 85535ee6f1..8fd8d8d82b 100644 --- a/pcbnew/tools/edit_tool.cpp +++ b/pcbnew/tools/edit_tool.cpp @@ -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 ),