PartDesign: Update UI strings for consistency and correct for new fuctions and typos

Closes: #22128
This commit is contained in:
Max Wilfinger
2025-06-22 15:09:10 +02:00
committed by Kacper Donat
parent 996bb28199
commit be0c0e7a74
87 changed files with 436 additions and 437 deletions

View File

@@ -51,7 +51,7 @@ using namespace Gui;
TaskBooleanParameters::TaskBooleanParameters(ViewProviderBoolean* BooleanView, QWidget* parent)
: TaskBox(Gui::BitmapFactory().pixmap("PartDesign_Boolean"),
tr("Boolean parameters"),
tr("Boolean Parameters"),
true,
parent)
, ui(new Ui_TaskBooleanParameters)