ProjectExplorer: Improve workspace run config description

Change-Id: Id2e0443786bbd11092f9069431d73c6ea6a8ae0e
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Marcus Tillmanns
2024-09-03 14:27:55 +02:00
parent fcb3f2edc2
commit 625edd4fce

View File

@@ -176,8 +176,8 @@ public:
WorkspaceRunConfiguration(Target *target, Id id)
: RunConfiguration(target, id)
{
hint.setText(
Tr::tr("You can edit this configuration inside the .qtcreator/project.json file."));
hint.setText(Tr::tr("Clone the configuration to change it. Or, make the changes in "
"the .qtcreator/project.json file."));
const BuildTargetInfo bti = buildTargetInfo();
executable.setLabelText(Tr::tr("Executable:"));