Incredibuild: Change some of the displayed strings

Change-Id: I7638be248031c8262e3d0adf92479fdd6c1fb5f4
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
hjk
2020-11-09 11:58:23 +01:00
parent 836fbed090
commit 864a3fa0e7
2 changed files with 19 additions and 26 deletions

View File

@@ -79,13 +79,10 @@ IBConsoleBuildStep::IBConsoleBuildStep(BuildStepList *buildStepList, Id id)
auto keepJobNum = addAspect<BoolAspect>();
keepJobNum->setSettingsKey(Constants::IBCONSOLE_KEEPJOBNUM);
keepJobNum->setLabel(tr("Keep Original Jobs Num:"));
keepJobNum->setToolTip(tr("Setting this option to true, forces IncrediBuild to not override "
"the -j command line switch. The default IncrediBuild behavior is "
"to set a high value to the -j command line switch which controls "
"the number of processes that the build tools executed by Qt will "
"execute in parallel (the default IncrediBuild behavior will set "
"this value to 200)."));
keepJobNum->setLabel(tr("Keep original jobs number:"));
keepJobNum->setToolTip(tr("Forces IncrediBuild to not override the -j command line switch, "
"that controls the number of parallel spawned tasks. The default "
"IncrediBuild behavior is to set it to 200."));
addAspect<TextDisplay>("<b>" + tr("IncrediBuild Distribution Control"));