diff --git a/src/Mod/Arch/ArchBuildingPart.py b/src/Mod/Arch/ArchBuildingPart.py index 2d86399ad9..5e6bb8b3a6 100644 --- a/src/Mod/Arch/ArchBuildingPart.py +++ b/src/Mod/Arch/ArchBuildingPart.py @@ -286,7 +286,7 @@ class CommandBuildingPart: return {'Pixmap' : 'Arch_BuildingPart', 'MenuText': QT_TRANSLATE_NOOP("Arch_BuildingPart","BuildingPart"), 'Accel': "B, P", - 'ToolTip': QT_TRANSLATE_NOOP("Arch_BuildingPart","Creates a BuildingPart object including selected objects")} + 'ToolTip': QT_TRANSLATE_NOOP("Arch_BuildingPart","Creates a BuildingPart including selected objects")} def IsActive(self): diff --git a/src/Mod/Arch/ArchEquipment.py b/src/Mod/Arch/ArchEquipment.py index e1bac618c0..829b4b126d 100644 --- a/src/Mod/Arch/ArchEquipment.py +++ b/src/Mod/Arch/ArchEquipment.py @@ -172,7 +172,7 @@ class _CommandEquipment: return {'Pixmap' : 'Arch_Equipment', 'MenuText': QT_TRANSLATE_NOOP("Arch_Equipment","Equipment"), 'Accel': "E, Q", - 'ToolTip': QT_TRANSLATE_NOOP("Arch_Equipment","Creates an equipment object from a selected object (Part or Mesh)")} + 'ToolTip': QT_TRANSLATE_NOOP("Arch_Equipment","Creates an equipment from a selected object (Part or Mesh)")} def IsActive(self): diff --git a/src/Mod/Arch/ArchProfile.py b/src/Mod/Arch/ArchProfile.py index 451291b25c..4513093d21 100644 --- a/src/Mod/Arch/ArchProfile.py +++ b/src/Mod/Arch/ArchProfile.py @@ -123,7 +123,7 @@ class Arch_Profile: return {'Pixmap' : 'Arch_Profile', 'MenuText': QT_TRANSLATE_NOOP("Arch_Profile","Profile"), 'Accel': "P, F", - 'ToolTip': QT_TRANSLATE_NOOP("Arch_Profile","Creates a profile object")} + 'ToolTip': QT_TRANSLATE_NOOP("Arch_Profile","Creates a profile")} def IsActive(self): diff --git a/src/Mod/Arch/ArchSite.py b/src/Mod/Arch/ArchSite.py index 38fe03b388..eea9541221 100644 --- a/src/Mod/Arch/ArchSite.py +++ b/src/Mod/Arch/ArchSite.py @@ -513,7 +513,7 @@ class _CommandSite: return {'Pixmap' : 'Arch_Site', 'MenuText': QT_TRANSLATE_NOOP("Arch_Site","Site"), 'Accel': "S, I", - 'ToolTip': QT_TRANSLATE_NOOP("Arch_Site","Creates a site object including selected objects.")} + 'ToolTip': QT_TRANSLATE_NOOP("Arch_Site","Creates a site including selected objects.")} def IsActive(self): diff --git a/src/Mod/Arch/ArchStairs.py b/src/Mod/Arch/ArchStairs.py index d24e041283..fca1703ce2 100644 --- a/src/Mod/Arch/ArchStairs.py +++ b/src/Mod/Arch/ArchStairs.py @@ -206,7 +206,7 @@ class _CommandStairs: return {'Pixmap' : 'Arch_Stairs', 'MenuText': QT_TRANSLATE_NOOP("Arch_Stairs","Stairs"), 'Accel': "S, R", - 'ToolTip': QT_TRANSLATE_NOOP("Arch_Stairs","Creates a stairs object")} + 'ToolTip': QT_TRANSLATE_NOOP("Arch_Stairs","Creates a flight of stairs")} def IsActive(self): diff --git a/src/Mod/Arch/ArchStructure.py b/src/Mod/Arch/ArchStructure.py index 3703d3b6c1..324d24cd11 100644 --- a/src/Mod/Arch/ArchStructure.py +++ b/src/Mod/Arch/ArchStructure.py @@ -194,7 +194,7 @@ class CommandStructuresFromSelection: def GetResources(self): return {'Pixmap': 'Arch_MultipleStructures', 'MenuText': QT_TRANSLATE_NOOP("Arch_StructuresFromSelection", "Multiple Structures"), - 'ToolTip': QT_TRANSLATE_NOOP("Arch_StructuresFromSelection", "Create multiple Arch Structure objects from a selected base, using each selected edge as an extrusion path")} + 'ToolTip': QT_TRANSLATE_NOOP("Arch_StructuresFromSelection", "Create multiple Arch Structures from a selected base, using each selected edge as an extrusion path")} def IsActive(self): return not FreeCAD.ActiveDocument is None @@ -231,7 +231,7 @@ class CommandStructuralSystem: def GetResources(self): return {'Pixmap': 'Arch_StructuralSystem', 'MenuText': QT_TRANSLATE_NOOP("Arch_StructuralSystem", "Structural System"), - 'ToolTip': QT_TRANSLATE_NOOP("Arch_StructuralSystem", "Create a structural system object from a selected structure and axis")} + 'ToolTip': QT_TRANSLATE_NOOP("Arch_StructuralSystem", "Create a structural system from a selected structure and axis")} def IsActive(self): return not FreeCAD.ActiveDocument is None @@ -269,7 +269,7 @@ class _CommandStructure: return {'Pixmap' : 'Arch_Structure', 'MenuText': QT_TRANSLATE_NOOP("Arch_Structure","Structure"), 'Accel': "S, T", - 'ToolTip': QT_TRANSLATE_NOOP("Arch_Structure","Creates a structure object from scratch or from a selected object (sketch, wire, face or solid)")} + 'ToolTip': QT_TRANSLATE_NOOP("Arch_Structure","Creates a structure from scratch or from a selected object (sketch, wire, face or solid)")} def IsActive(self):