Material: Update UI strings for consistency

Closes: #22130
This commit is contained in:
Max Wilfinger
2025-06-22 15:39:21 +02:00
committed by Kacper Donat
parent 0be9b79093
commit 996bb28199
28 changed files with 121 additions and 123 deletions

View File

@@ -158,7 +158,7 @@ void MaterialDelegate::setValue(QAbstractItemModel* model,
property->getUnits().toStdString().c_str());
QMessageBox msgBox;
msgBox.setWindowTitle(QStringLiteral("Property units mismatch"));
msgBox.setWindowTitle(QStringLiteral("Property Units Mismatch"));
msgBox.setText(QStringLiteral("Units mismatch '%1' = '%2', "
"setting to default property units '%3'\n")
.arg(propertyName)