PartDesign: Update TaskFeaturePick.cpp text (Title Case mod)

This commit is contained in:
Roy-043
2025-11-18 13:45:00 +01:00
committed by Max Wilfinger
parent 0b0d1ccc12
commit 45866b5f41

View File

@@ -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)
{