From 81dbae551f457246eb575439276f5dfdfb83ed3d Mon Sep 17 00:00:00 2001 From: luz paz Date: Tue, 23 Feb 2021 11:38:52 -0500 Subject: [PATCH] Crowdin: Gui: fix user-facing typo in Document.cpp [skip ci] ref: https://crowdin.com/translate/freecad/549/en-en?filter=basic&value=0#6584664 --- src/Gui/Document.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {