Squish: Tr::tr()

Change-Id: I04d8d7c68c6b40e63e8e3de6690df8a051ef625f
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Alessandro Portale
2023-02-08 09:56:01 +01:00
parent dbf017c11e
commit a86299d573

View File

@@ -104,7 +104,7 @@ DeleteSymbolicNameDialog::~DeleteSymbolicNameDialog() = default;
void DeleteSymbolicNameDialog::updateDetailsLabel(const QString &nameToDelete)
{
const char *detailsText = QT_TR_NOOP(
const char *detailsText = QT_TRANSLATE_NOOP("::Squish",
"The Symbolic Name <span style='white-space: nowrap'>\"%1\"</span> you "
"want to remove is used in Multi Property Names. Select the action to "
"apply to references in these Multi Property Names.");