Fix typos

This commit is contained in:
asiersarasua
2017-04-23 09:40:42 +02:00
committed by Yorik van Havre
parent 0d5176700a
commit 43704f31ee
8 changed files with 11 additions and 11 deletions

View File

@@ -5980,7 +5980,7 @@ namespace SketcherGui {
this->notAllowedReason = QT_TR_NOOP("This object is in another document.");
break;
case Sketcher::SketchObject::rlOtherBody:
this->notAllowedReason = QT_TR_NOOP("This object belongs to another body, can't link. Hold Ctrl to allow crossreferences.");
this->notAllowedReason = QT_TR_NOOP("This object belongs to another body, can't link. Hold Ctrl to allow cross-references.");
break;
case Sketcher::SketchObject::rlOtherPart:
this->notAllowedReason = QT_TR_NOOP("This object belongs to another part, can't link.");