+ 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:
wmayer
2011-10-15 17:31:23 +00:00
parent a85d7e073f
commit 6e91d94236

View File

@@ -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++) {