From 39eaa63b52a53e9c4ce634371c9fe0f69803189d Mon Sep 17 00:00:00 2001 From: luzpaz Date: Sun, 12 Nov 2017 07:39:58 -0500 Subject: [PATCH] OpenSCAD: make tooltips uniform and grammatically correct Uniformity and grammar fixes --- src/Mod/OpenSCAD/OpenSCADCommands.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Mod/OpenSCAD/OpenSCADCommands.py b/src/Mod/OpenSCAD/OpenSCADCommands.py index ce22e7203f..c0d3631052 100644 --- a/src/Mod/OpenSCAD/OpenSCADCommands.py +++ b/src/Mod/OpenSCAD/OpenSCADCommands.py @@ -107,7 +107,7 @@ class ExplodeGroup: QtCore.QT_TRANSLATE_NOOP('OpenSCAD_ExplodeGroup',\ 'Explode Group'), 'ToolTip': \ QtCore.QT_TRANSLATE_NOOP('OpenSCAD_ExplodeGroup',\ - 'remove fusion, apply placement to children and color randomly')} + 'Remove fusion, apply placement to children, and color randomly')} class ColorCodeShape: "Change the Color of selected or all Shapes based on their validity" @@ -231,7 +231,7 @@ class ReplaceObject: QtCore.QT_TRANSLATE_NOOP('OpenSCAD_ReplaceObject',\ 'Replace Object'), 'ToolTip': \ QtCore.QT_TRANSLATE_NOOP('OpenSCAD_ReplaceObject',\ - 'Replace an object in the Feature Tree. Please select old, new and parent object')} + 'Replace an object in the Feature Tree. Please select old, new, and parent object')} class RemoveSubtree: @@ -403,7 +403,7 @@ class OpenSCADMeshBoolean: QtCore.QT_TRANSLATE_NOOP('OpenSCAD_MeshBoolean',\ 'Mesh Boolean...'), 'ToolTip': \ QtCore.QT_TRANSLATE_NOOP('OpenSCAD_MeshBoolean',\ - 'Export objects as meshes and use OpenSCAD to perform a boolean operation.')} + 'Export objects as meshes and use OpenSCAD to perform a boolean operation')} class Hull: def IsActive(self):