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

@@ -1583,8 +1583,8 @@ StdCmdTransformManip::StdCmdTransformManip()
{
sGroup = "Edit";
sMenuText = QT_TR_NOOP("Transform");
sToolTipText = QT_TR_NOOP("Transform the selected object in the 3d view");
sStatusTip = QT_TR_NOOP("Transform the selected object in the 3d view");
sToolTipText = QT_TR_NOOP("Transform the selected object in the 3D view");
sStatusTip = QT_TR_NOOP("Transform the selected object in the 3D view");
sWhatsThis = "Std_TransformManip";
sPixmap = "Std_TransformManip";
}