Update some strings for Appearance manager.
Fixes https://gitlab.com/kicad/code/kicad/issues/5431
This commit is contained in:
parent
64c4d3e532
commit
1fa96b794a
|
@ -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 );
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue