diff --git a/pcbnew/dialogs/dialog_multichannel_generate_rule_areas_base.cpp b/pcbnew/dialogs/dialog_multichannel_generate_rule_areas_base.cpp index 70f6cd240f..666ce2464a 100644 --- a/pcbnew/dialogs/dialog_multichannel_generate_rule_areas_base.cpp +++ b/pcbnew/dialogs/dialog_multichannel_generate_rule_areas_base.cpp @@ -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 ); diff --git a/pcbnew/dialogs/dialog_multichannel_generate_rule_areas_base.fbp b/pcbnew/dialogs/dialog_multichannel_generate_rule_areas_base.fbp index 10c3977bc8..928227f675 100644 --- a/pcbnew/dialogs/dialog_multichannel_generate_rule_areas_base.fbp +++ b/pcbnew/dialogs/dialog_multichannel_generate_rule_areas_base.fbp @@ -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>