Crowdin: PartDesign/Gui/CommandBody.cpp grammar fix

This commit is contained in:
luz.paz
2019-01-17 07:18:05 -05:00
committed by Yorik van Havre
parent bccfcfc5d7
commit 4c33b114de

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;
}