This commit is contained in:
Sergo 2016-08-21 01:13:45 -04:00 committed by wmayer
parent 8750ac5916
commit 3177402141

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