Fix some typos on several files
- Missing spaces - Missing commas - 3D, G-code, Git, SPOOLES, Python capitalization
This commit is contained in:
@@ -411,7 +411,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