From 031b1b3c9b26ea772a9810056ba40287e8bc5829 Mon Sep 17 00:00:00 2001 From: Roy-043 <70520633+Roy-043@users.noreply.github.com> Date: Tue, 18 Nov 2025 13:45:00 +0100 Subject: [PATCH] PartDesign: Update TaskFeaturePick.cpp text (Title Case mod) --- src/Mod/PartDesign/Gui/TaskFeaturePick.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/PartDesign/Gui/TaskFeaturePick.cpp b/src/Mod/PartDesign/Gui/TaskFeaturePick.cpp index 7bdb667498..07c42311b4 100644 --- a/src/Mod/PartDesign/Gui/TaskFeaturePick.cpp +++ b/src/Mod/PartDesign/Gui/TaskFeaturePick.cpp @@ -92,7 +92,7 @@ TaskFeaturePick::TaskFeaturePick( bool singleFeatureSelect, QWidget* parent ) - : TaskBox(Gui::BitmapFactory().pixmap("edit-select-all"), tr("Select attachment"), true, parent) + : TaskBox(Gui::BitmapFactory().pixmap("edit-select-all"), tr("Select Attachment"), true, parent) , ui(new Ui_TaskFeaturePick) , doSelection(false) {