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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user