From 027418a16d7d3c32cc0fc9c736e45037f5ee861e Mon Sep 17 00:00:00 2001 From: Kurt Kremitzki Date: Wed, 28 Jun 2017 11:33:16 -0500 Subject: [PATCH] Make PartDesign Loft have different tooltip than PartDesign Pipe --- src/Mod/PartDesign/Gui/Command.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/PartDesign/Gui/Command.cpp b/src/Mod/PartDesign/Gui/Command.cpp index f3e496ae3d..f8f6d6a554 100644 --- a/src/Mod/PartDesign/Gui/Command.cpp +++ b/src/Mod/PartDesign/Gui/Command.cpp @@ -1266,7 +1266,7 @@ CmdPartDesignAdditiveLoft::CmdPartDesignAdditiveLoft() sAppModule = "PartDesign"; sGroup = QT_TR_NOOP("PartDesign"); sMenuText = QT_TR_NOOP("Additive loft"); - sToolTipText = QT_TR_NOOP("Sweep a selected sketch along a path or to other profiles"); + sToolTipText = QT_TR_NOOP("Loft a selected sketch through other profile sections"); sWhatsThis = "PartDesign_Additive_Loft"; sStatusTip = sToolTipText; sPixmap = "PartDesign_Additive_Loft"; @@ -1316,7 +1316,7 @@ CmdPartDesignSubtractiveLoft::CmdPartDesignSubtractiveLoft() sAppModule = "PartDesign"; sGroup = QT_TR_NOOP("PartDesign"); sMenuText = QT_TR_NOOP("Subtractive loft"); - sToolTipText = QT_TR_NOOP("Sweep a selected sketch along a path or to other profiles and remove it from the body"); + sToolTipText = QT_TR_NOOP("Loft a selected sketch through other profile sections and remove it from the body"); sWhatsThis = "PartDesign_Subtractive_Loft"; sStatusTip = sToolTipText; sPixmap = "PartDesign_Subtractive_Loft";