From 986623f462f9a5e17e718709ef0bec3c8497db63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Tr=C3=B6ger?= Date: Tue, 14 Jul 2015 06:35:07 +0200 Subject: [PATCH] fix loft tool naming --- 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 e874db3b4..07b444014 100644 --- a/src/Mod/PartDesign/Gui/Command.cpp +++ b/src/Mod/PartDesign/Gui/Command.cpp @@ -1341,7 +1341,7 @@ CmdPartDesignAdditiveLoft::CmdPartDesignAdditiveLoft() { sAppModule = "PartDesign"; sGroup = QT_TR_NOOP("PartDesign"); - sMenuText = QT_TR_NOOP("Additive pipe"); + sMenuText = QT_TR_NOOP("Additive loft"); sToolTipText = QT_TR_NOOP("Sweep a selected sketch along a path or to other profiles"); sWhatsThis = "PartDesign_Additive_Loft"; sStatusTip = sToolTipText; @@ -1381,7 +1381,7 @@ CmdPartDesignSubtractiveLoft::CmdPartDesignSubtractiveLoft() { sAppModule = "PartDesign"; sGroup = QT_TR_NOOP("PartDesign"); - sMenuText = QT_TR_NOOP("Subtractive pipe"); + 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"); sWhatsThis = "PartDesign_Subtractive_Loft"; sStatusTip = sToolTipText;