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
This commit is contained in:
luz paz
2021-02-23 11:38:52 -05:00
committed by wwmayer
parent 51194d67d5
commit 81dbae551f

View File

@@ -1077,7 +1077,7 @@ static bool checkCanonicalPath(const std::map<App::Document*, bool> &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) {