From 4c33b114debc7d751bdbd5c0525407a563dccc4a Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Thu, 17 Jan 2019 07:18:05 -0500 Subject: [PATCH] Crowdin: PartDesign/Gui/CommandBody.cpp grammar fix --- src/Mod/PartDesign/Gui/CommandBody.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/PartDesign/Gui/CommandBody.cpp b/src/Mod/PartDesign/Gui/CommandBody.cpp index b1185a86b0..03516e6ef9 100644 --- a/src/Mod/PartDesign/Gui/CommandBody.cpp +++ b/src/Mod/PartDesign/Gui/CommandBody.cpp @@ -366,8 +366,8 @@ void CmdPartDesignMigrate::activated(int iMsg) } else { // Huh? nothing to migrate? QMessageBox::warning ( 0, QObject::tr ( "Nothing to migrate" ), - QObject::tr ( "No PartDesign features which doesn't belong to a body found." - " Nothing to migrate." ) ); + QObject::tr ( "No PartDesign features found that don't belong to a body." + "Nothing to migrate." ) ); } return; }