Crowdin: More grammatical and whitespace fixes

This commit is contained in:
luz.paz
2019-01-22 19:22:48 -05:00
committed by wmayer
parent b834b369dd
commit e10d38a0cc
2 changed files with 7 additions and 7 deletions

View File

@@ -914,7 +914,7 @@ void CmdTechDrawNewAngle3PtDimension::activated(int iMsg)
subs.push_back(SubNames[2]);
} else {
QMessageBox::warning(Gui::getMainWindow(), QObject::tr("Incorrect Selection"),
QObject::tr("Need three points to make an 3 point Angle Dimension"));
QObject::tr("Need three points to make a 3 point Angle Dimension"));
return;
}