Crowdin: PartDesign/Gui/CommandBody.cpp grammar fix

This commit is contained in:
luz.paz
2019-01-30 11:08:03 -02:00
committed by Yorik van Havre
parent bccfcfc5d7
commit 4c33b114de
+2 -2
View File
@@ -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;
}