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

@@ -111,7 +111,7 @@
<item>
<widget class="QPushButton" name="pbReset">
<property name="toolTip">
<string>Reset 3d point selection</string>
<string>Reset 3D point selection</string>
</property>
<property name="statusTip">
<string/>

View File

@@ -771,7 +771,7 @@
<item row="1" column="0">
<widget class="Gui::PrefCheckBox" name="checkBox_DisplayStatusbarSnapWidget">
<property name="toolTip">
<string>If checked, the Snap widget is displayed in the Draft statusbar</string>
<string>If checked, the Snap widget is displayed in the Draft status bar</string>
</property>
<property name="text">
<string>Show the Snap widget in the Draft Workbench</string>
@@ -790,7 +790,7 @@
<item row="2" column="0">
<widget class="Gui::PrefCheckBox" name="checkBox_DisplayStatusbarScaleWidget">
<property name="toolTip">
<string>If checked, the Annotation scale widget is displayed in the Draft statusbar</string>
<string>If checked, the Annotation scale widget is displayed in the Draft status bar</string>
</property>
<property name="text">
<string>Show the Annotation scale widget in the Draft Workbench</string>