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