+ fix typo
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5031 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
@@ -125,7 +125,7 @@ bool LoftWidget::accept()
|
||||
|
||||
int count = d->ui.treeWidgetLoft->topLevelItemCount();
|
||||
if (count < 2) {
|
||||
QMessageBox::critical(this, tr("Too few elements"), tr("At least two vertices or wires are rquired."));
|
||||
QMessageBox::critical(this, tr("Too few elements"), tr("At least two vertices or wires are required."));
|
||||
return false;
|
||||
}
|
||||
for (int i=0; i<count; i++) {
|
||||
|
||||
Reference in New Issue
Block a user