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)
|
WorkspaceRunConfiguration(Target *target, Id id)
|
||||||
: RunConfiguration(target, id)
|
: RunConfiguration(target, id)
|
||||||
{
|
{
|
||||||
hint.setText(
|
hint.setText(Tr::tr("Clone the configuration to change it. Or, make the changes in "
|
||||||
Tr::tr("You can edit this configuration inside the .qtcreator/project.json file."));
|
"the .qtcreator/project.json file."));
|
||||||
|
|
||||||
const BuildTargetInfo bti = buildTargetInfo();
|
const BuildTargetInfo bti = buildTargetInfo();
|
||||||
executable.setLabelText(Tr::tr("Executable:"));
|
executable.setLabelText(Tr::tr("Executable:"));
|
||||||
|
Reference in New Issue
Block a user