Fix some typos on several files
- Missing spaces - Missing commas - 3D, G-code, Git, SPOOLES, Python capitalization
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user