mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-04 23:35:31 +00:00
Multichannel: Update UI strings
This commit is contained in:
parent
7516e3a190
commit
9a63662844
@ -32,7 +32,7 @@ DIALOG_MULTICHANNEL_GENERATE_RULE_AREAS_BASE::DIALOG_MULTICHANNEL_GENERATE_RULE_
|
||||
m_cbReplaceExisting = new wxCheckBox( this, wxID_ANY, _("Replace existing placement rule areas"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
bSizer13->Add( m_cbReplaceExisting, 0, wxALL, 5 );
|
||||
|
||||
m_cbGroupItems = new wxCheckBox( this, wxID_ANY, _("Group components with their placement rule areas"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_cbGroupItems = new wxCheckBox( this, wxID_ANY, _("Group footprints with their placement rule areas"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
bSizer13->Add( m_cbGroupItems, 0, wxALL, 5 );
|
||||
|
||||
|
||||
|
@ -250,7 +250,7 @@
|
||||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">Group components with their placement rule areas</property>
|
||||
<property name="label">Group footprints with their placement rule areas</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
<property name="maximum_size"></property>
|
||||
|
Loading…
Reference in New Issue
Block a user