Merge pull request #15957 from hasecilu/fix/capitalization

TechDraw: Fix capitalization of 2D and 3D
This commit is contained in:
Max Wilfinger
2024-11-15 18:37:47 +01:00
committed by GitHub
28 changed files with 56 additions and 56 deletions

View File

@@ -412,7 +412,7 @@ void SweepWidget::onButtonPathToggled(bool on)
d->buttonText = d->ui.buttonPath->text();
d->ui.buttonPath->setText(tr("Done"));
d->ui.buttonPath->setEnabled(true);
d->ui.labelPath->setText(tr("Select one or more connected edges in the 3d view and press 'Done'"));
d->ui.labelPath->setText(tr("Select one or more connected edges in the 3D view and press 'Done'"));
d->ui.labelPath->setEnabled(true);
Gui::Selection().clearSelection();