Merge pull request #15957 from hasecilu/fix/capitalization
TechDraw: Fix capitalization of 2D and 3D
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user