Crowdin: Several more various fixes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user