diff --git a/src/Mod/Path/Gui/Resources/panels/DlgJobTemplateExport.ui b/src/Mod/Path/Gui/Resources/panels/DlgJobTemplateExport.ui
index 373768eaf4..d1d05acd9b 100644
--- a/src/Mod/Path/Gui/Resources/panels/DlgJobTemplateExport.ui
+++ b/src/Mod/Path/Gui/Resources/panels/DlgJobTemplateExport.ui
@@ -138,7 +138,7 @@
-
- <html><head/><body><p>If enabled the creation of stock is included in the template. If a template does not include a stock definition the default stock creation algorithm will be used (creation from the Base object's bound box).</p><p>This option is most useful if stock is a box or cylinder, or if the machine has a standard placement for machining.</p><p>Note that this option is disabled if a stock object from an existing solid is used in the job - they cannot be stored in a template.</p></body></html>
+ <html><head/><body><p>If enabled the creation of stock is included in the template. If a template does not include a stock definition the default stock creation algorithm will be used (creation from the Base object's bounding box).</p><p>This option is most useful if stock is a box or cylinder, or if the machine has a standard placement for machining.</p><p>Note that this option is disabled if a stock object from an existing solid is used in the job - they cannot be stored in a template.</p></body></html>
Stock
@@ -150,7 +150,7 @@
-
- <html><head/><body><p>If enabled the current size settings for the stock object are included in the template.</p><p>For Box and Cylinder stocks this means the actual size of the stock solid being created.</p><p>For stock from the Base object's bound box it means the extra material in all directions. A stock object created from such a template will get its basic size from the new job's Base object and apply the stored extra settings.</p></body></html>
+ <html><head/><body><p>If enabled the current size settings for the stock object are included in the template.</p><p>For Box and Cylinder stocks this means the actual size of the stock solid being created.</p><p>For stock from the Base object's bounding box it means the extra material in all directions. A stock object created from such a template will get its basic size from the new job's Base object and apply the stored extra settings.</p></body></html>
Extent
diff --git a/src/Mod/Path/Gui/Resources/panels/DressupPathBoundary.ui b/src/Mod/Path/Gui/Resources/panels/DressupPathBoundary.ui
index 90ccfe95b4..f1e58324e2 100644
--- a/src/Mod/Path/Gui/Resources/panels/DressupPathBoundary.ui
+++ b/src/Mod/Path/Gui/Resources/panels/DressupPathBoundary.ui
@@ -52,7 +52,7 @@
-
- Extend Model's Bound Box
+ Extend Model's Bounding Box
-
@@ -104,7 +104,7 @@
-
- <html><head/><body><p>Extension of BoundBox's MinX.</p></body></html>
+ <html><head/><body><p>Extension of bounding box's MinX.</p></body></html>
@@ -117,7 +117,7 @@
- <html><head/><body><p>Extension of BoundBox's MaxX.</p></body></html>
+ <html><head/><body><p>Extension of bounding box's MaxX.</p></body></html>
@@ -131,14 +131,14 @@
-
- <html><head/><body><p>Extension of BoundBox's MinY.</p></body></html>
+ <html><head/><body><p>Extension of bounding box's MinY.</p></body></html>
-
- <html><head/><body><p>Extension of BoundBox's MaxY.</p></body></html>
+ <html><head/><body><p>Extension of bounding box's MaxY.</p></body></html>
@@ -152,14 +152,14 @@
-
- <html><head/><body><p>Extension of BoundBox's MinZ.</p></body></html>
+ <html><head/><body><p>Extension of bounding box's MinZ.</p></body></html>
-
- <html><head/><body><p>Extension of BoundBox's MaxZ.</p></body></html>
+ <html><head/><body><p>Extension of bounding box's MaxZ.</p></body></html>
diff --git a/src/Mod/Path/Gui/Resources/panels/PageOpSlotEdit.ui b/src/Mod/Path/Gui/Resources/panels/PageOpSlotEdit.ui
index a4d13b4dca..24513ffc30 100644
--- a/src/Mod/Path/Gui/Resources/panels/PageOpSlotEdit.ui
+++ b/src/Mod/Path/Gui/Resources/panels/PageOpSlotEdit.ui
@@ -99,7 +99,7 @@
-
- Center of BoundBox
+ Center of Bounding Box
-
@@ -171,7 +171,7 @@
-
- Center of BoundBox
+ Center of Bounding Box
-
diff --git a/src/Mod/Path/Gui/Resources/panels/PageOpSurfaceEdit.ui b/src/Mod/Path/Gui/Resources/panels/PageOpSurfaceEdit.ui
index 125c96b347..f60f3ca8cc 100644
--- a/src/Mod/Path/Gui/Resources/panels/PageOpSurfaceEdit.ui
+++ b/src/Mod/Path/Gui/Resources/panels/PageOpSurfaceEdit.ui
@@ -60,7 +60,7 @@
-
- BoundBox
+ Bounding Box
@@ -144,7 +144,7 @@
-
- BoundBox extra offset X, Y
+ Bounding box extra offset X, Y
diff --git a/src/Mod/Path/Gui/Resources/panels/PageOpWaterlineEdit.ui b/src/Mod/Path/Gui/Resources/panels/PageOpWaterlineEdit.ui
index 0a41f62e08..a306c7cc2b 100644
--- a/src/Mod/Path/Gui/Resources/panels/PageOpWaterlineEdit.ui
+++ b/src/Mod/Path/Gui/Resources/panels/PageOpWaterlineEdit.ui
@@ -76,7 +76,7 @@
- BoundBox
+ Bounding Box
diff --git a/src/Mod/Path/Gui/Resources/panels/PathEdit.ui b/src/Mod/Path/Gui/Resources/panels/PathEdit.ui
index 1b6d6910a7..5c244c39de 100644
--- a/src/Mod/Path/Gui/Resources/panels/PathEdit.ui
+++ b/src/Mod/Path/Gui/Resources/panels/PathEdit.ui
@@ -448,7 +448,7 @@
-
- Extend Model's Bound Box
+ Extend Model's Bounding Box
-
diff --git a/src/Mod/Path/Gui/Resources/preferences/PathJob.ui b/src/Mod/Path/Gui/Resources/preferences/PathJob.ui
index 47c9c8b624..3db2580fc0 100644
--- a/src/Mod/Path/Gui/Resources/preferences/PathJob.ui
+++ b/src/Mod/Path/Gui/Resources/preferences/PathJob.ui
@@ -372,7 +372,7 @@
-
- Extend Model's Bound Box
+ Extend Model's Bounding Box
diff --git a/src/Mod/Path/Path/Op/Slot.py b/src/Mod/Path/Path/Op/Slot.py
index 8070fedcc4..04a5ca623d 100644
--- a/src/Mod/Path/Path/Op/Slot.py
+++ b/src/Mod/Path/Path/Op/Slot.py
@@ -265,7 +265,7 @@ class ObjectSlot(PathOp.ObjectOp):
"Reference1": [
(translate("Path_Slot", "Center of Mass"), "Center of Mass"),
(
- translate("Path_Slot", "Center of BoundBox"),
+ translate("Path_Slot", "Center of Bounding Box"),
"Center of BoundBox",
),
(translate("Path_Slot", "Lowest Point"), "Lowest Point"),
@@ -277,7 +277,7 @@ class ObjectSlot(PathOp.ObjectOp):
"Reference2": [
(translate("Path_Slot", "Center of Mass"), "Center of Mass"),
(
- translate("Path_Slot", "Center of BoundBox"),
+ translate("Path_Slot", "Center of Bounding Box"),
"Center of BoundBox",
),
(translate("Path_Slot", "Lowest Point"), "Lowest Point"),