Fix some typos on several files

- Missing spaces
- Missing commas
- 3D, G-code, Git, SPOOLES, Python capitalization
This commit is contained in:
hasecilu
2024-08-22 14:13:49 -06:00
parent 66e81e866b
commit 2e7a04f4e2
22 changed files with 41 additions and 41 deletions

View File

@@ -155,7 +155,7 @@ void TextureMapping::onFileChooserFileNameSelected(const QString& s)
}
if (!this->grp) {
QMessageBox::warning(this, tr("No 3d view"), tr("No active 3d view found."));
QMessageBox::warning(this, tr("No 3D view"), tr("No active 3D view found."));
return;
}