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 7fe944bf9f
commit 031b1b3c9b

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