add missing word, fix layout

This commit is contained in:
wmayer 2017-02-24 16:24:24 +01:00
parent b4bf37e9c5
commit a90014c646

View File

@ -1867,7 +1867,7 @@ void CmdSketcherConstrainCoincident::activated(int iMsg)
} else {
// TODO: Get the exact message from git history and put it here
QMessageBox::warning(Gui::getMainWindow(), QObject::tr("Wrong selection"),
QObject::tr("Select two or more from the sketch."));
QObject::tr("Select two or more points from the sketch."));
}
return;
}