QmlDesigner: Add 'the' to feedback dialog

Task-number: QDS-8870
Change-Id: Ic5aab691d4ed1714ebc078fc5c985e39640d2ba8
Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io>
Reviewed-by: Pranta Ghosh Dastider <pranta.dastider@qt.io>
This commit is contained in:
Thomas Hartmann
2023-02-07 15:29:16 +01:00
parent 21649188ca
commit 980a9044f9

View File

@@ -747,7 +747,7 @@ void QmlDesignerPlugin::lauchFeedbackPopup(const QString &identifier)
QTC_ASSERT(root, return ); QTC_ASSERT(root, return );
QObject *title = root->findChild<QObject *>("title"); QObject *title = root->findChild<QObject *>("title");
QString name = QmlDesignerPlugin::tr("Enjoying %1?").arg(identiferToDisplayString(identifier)); QString name = QmlDesignerPlugin::tr("Enjoying the %1?").arg(identiferToDisplayString(identifier));
title->setProperty("text", name); title->setProperty("text", name);
root->setProperty("identifier", identifier); root->setProperty("identifier", identifier);