From fc69e6532c1365da7f4321dda3fb68fe80f57aa6 Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Mon, 17 Dec 2018 10:18:44 -0500 Subject: [PATCH] Unify "Read netlist" and "Load netlist" UI strings. --- pcbnew/tool_pcb_editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/tool_pcb_editor.cpp b/pcbnew/tool_pcb_editor.cpp index 76a6ae6b20..156c7beb84 100644 --- a/pcbnew/tool_pcb_editor.cpp +++ b/pcbnew/tool_pcb_editor.cpp @@ -290,7 +290,7 @@ void PCB_EDIT_FRAME::ReCreateHToolbar() ADD_TOOL( ID_OPEN_MODULE_VIEWER, modview_icon_xpm, _( "Open footprint viewer" ) ); KiScaledSeparator( m_mainToolBar, this ); - ADD_TOOL( ID_GET_NETLIST, netlist_xpm, _( "Read netlist" ) ); + ADD_TOOL( ID_GET_NETLIST, netlist_xpm, _( "Load netlist" ) ); ADD_TOOL( ID_UPDATE_PCB_FROM_SCH, update_pcb_from_sch_xpm, _( "Update PCB from schematic" ) ); ADD_TOOL( ID_DRC_CONTROL, erc_xpm, _( "Perform design rules check" ) );