From 95dd0cc5a14d66645200da8bc751b2b0ff879c64 Mon Sep 17 00:00:00 2001 From: Johannes Reinhardt Date: Fri, 16 May 2014 15:24:19 +0200 Subject: [PATCH] fix typos in PartDesign module --- 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 c0f6e0b5b..c4bf94ac9 100644 --- a/src/Mod/PartDesign/Gui/Command.cpp +++ b/src/Mod/PartDesign/Gui/Command.cpp @@ -515,7 +515,7 @@ void CmdPartDesignFillet::activated(int iMsg) const Part::TopoShape& TopShape = base->Shape.getShape(); if (TopShape._Shape.IsNull()){ QMessageBox::warning(Gui::getMainWindow(), QObject::tr("Wrong selection"), - QObject::tr("Shape of selected Part is empty")); + QObject::tr("Shape of selected part is empty")); return; } @@ -932,7 +932,7 @@ void CmdPartDesignMirrored::activated(int iMsg) return; // Cancelled or nothing selected } else { QMessageBox::warning(Gui::getMainWindow(), QObject::tr("No valid features in this document"), - QObject::tr("Please create a subtractive or additive feature first, please")); + QObject::tr("Please create a subtractive or additive feature first")); return; } }