forked from qt-creator/qt-creator
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:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user