Fixed typos notified on crowdin

This commit is contained in:
Yorik van Havre
2016-12-28 16:59:24 -02:00
parent 31a4690593
commit 1f261cef34
5 changed files with 11 additions and 11 deletions

View File

@@ -65,7 +65,7 @@ const QString TaskFeaturePick::getFeatureStatusString(const featureStatus st)
case isUsed: return tr("Sketch already used by other feature");
case otherBody: return tr("Belongs to another body");
case otherPart: return tr("Belongs to another part");
case notInBody: return tr("Doesn't belongs to any body");
case notInBody: return tr("Doesn't belong to any body");
case basePlane: return tr("Base plane");
case afterTip: return tr("Feature is located after the tip feature");
}