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