This commit is contained in:
Sergo
2016-08-21 01:13:45 -04:00
committed by wmayer
parent 1deb90cf99
commit 812bc2eb54

View File

@@ -592,7 +592,7 @@ void CmdPartDesignMoveFeature::activated(int iMsg)
{
//show messagebox and cancel
QMessageBox::warning(Gui::getMainWindow(), QObject::tr("Features cannot be moved"),
QObject::tr("Some of the selected features has dependencies in the source body"));
QObject::tr("Some of the selected features have dependencies in the source body"));
return;
}