Crowdin: Several more various fixes

This commit is contained in:
luz.paz
2019-01-19 07:50:34 -05:00
committed by Yorik van Havre
parent e1446a0b99
commit d5ea453f9d
6 changed files with 31 additions and 28 deletions

View File

@@ -506,12 +506,14 @@ bool SelectionSingleton::setPreselect(const char* pDocName, const char* pObjectN
} else {
msg = QCoreApplication::translate("SelectionFilter","Not allowed:");
}
msg += QString::fromUtf8(" ");
msg.append(
QObject::tr(" %1.%2.%3 ")
QObject::tr("%1.%2.%3")
.arg(QString::fromLatin1(pDocName))
.arg(QString::fromLatin1(pObjectName))
.arg(QString::fromLatin1(pSubName))
);
msg += QString::fromUtf8(" ");
if (getMainWindow()) {
getMainWindow()->showMessage(msg);