mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 13:30:34 +01:00
Minor
This commit is contained in:
@@ -97,7 +97,7 @@ QByteArray ElementScaler(const QString &file_path, QWidget *parent)
|
||||
if (error_output.length() > 0) {
|
||||
// inform the user about log-output via QMessageBox
|
||||
QMessageBox msgBox;
|
||||
msgBox.setText (QObject::tr("QET_ElementScaler: \nadditional information about import / scaling"));
|
||||
msgBox.setText(QObject::tr("QET_ElementScaler: \nadditional information about %1 import / scaling").arg(file_path));
|
||||
msgBox.setInformativeText(QObject::tr("See details here:"));
|
||||
msgBox.setDetailedText(error_output);
|
||||
msgBox.exec();
|
||||
|
||||
Reference in New Issue
Block a user