diff --git a/src/Gui/Document.cpp b/src/Gui/Document.cpp index 0b938181ff..16c4fa5836 100644 --- a/src/Gui/Document.cpp +++ b/src/Gui/Document.cpp @@ -1077,7 +1077,7 @@ static bool checkCanonicalPath(const std::map &docs) if (count == 3) { ts << QObject::tr("\n\nPlease check report view for more..."); } else if (count < 3) { - ts << QObject::tr("\n\nPyhsical path: ") << v.first + ts << QObject::tr("\n\nPhysical path: ") << v.first << QObject::tr("\nDocument: ") << docName(doc) << QObject::tr("\n Path: ") << QString::fromUtf8(doc->FileName.getValue()); for (auto d : v.second) {