Update some strings for Appearance manager.

Fixes https://gitlab.com/kicad/code/kicad/issues/5431
This commit is contained in:
Jeff Young 2020-08-31 16:26:21 +01:00
parent 64c4d3e532
commit 1fa96b794a
2 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@ void DIALOG_PRINT_PCBNEW::createExtraOptions()
int cols = optionsSizer->GetEffectiveColsCount();
m_checkAsItems = new wxCheckBox( sbOptionsSizer->GetStaticBox(), wxID_ANY,
_( "Print according to Items tab of Layers Manager" ),
_( "Print according to objects tab of appearance manager" ),
wxDefaultPosition, wxDefaultSize, 0 );
optionsSizer->Add( m_checkAsItems, wxGBPosition( rows++, 0 ), wxGBSpan( 1, 3 ), wxALL, 5 );

View File

@ -727,7 +727,7 @@ TOOL_ACTION PCB_ACTIONS::showPythonConsole( "pcbnew.Control.showPythonConsole",
TOOL_ACTION PCB_ACTIONS::showLayersManager( "pcbnew.Control.showLayersManager",
AS_GLOBAL, 0, "",
_( "Show Layers Manager" ), _( "Show/hide the layers manager" ),
_( "Show Appearance Manager" ), _( "Show/hide the appearance manager" ),
layers_manager_xpm );
TOOL_ACTION PCB_ACTIONS::showMicrowaveToolbar( "pcbnew.Control.showMicrowaveToolbar",