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