From 9a63662844bfe781049c2afa5d7f1fc83d8b9191 Mon Sep 17 00:00:00 2001
From: JamesJCode <13408010-JamesJCode@users.noreply.gitlab.com>
Date: Fri, 10 Jan 2025 23:53:57 +0000
Subject: [PATCH] Multichannel: Update UI strings

---
 pcbnew/dialogs/dialog_multichannel_generate_rule_areas_base.cpp | 2 +-
 pcbnew/dialogs/dialog_multichannel_generate_rule_areas_base.fbp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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>