ui: added minor changes to the descriptions in the project wizard

This commit is contained in:
mlangkabel
2017-10-24 18:45:36 +02:00
parent 0c2fa352c1
commit 609a37712d
3 changed files with 5 additions and 4 deletions
@@ -116,8 +116,9 @@ QtProjectWizzardContentPathCDB::QtProjectWizzardContentPathCDB(
{
setTitleString("Compilation Database (compile_commands.json)");
setHelpString(
"Sourcetrail will use all include paths and compiler flags from the compilation database and stay up-to-date "
"with changes on refresh.<br />"
"Select the compilation database file for the project. Sourcetrail will index your project based on the compile "
"commands this file contains using all include paths and compiler flags of these compile commands. The project "
"will stay up to date with changes in the compilation database on every refresh.<br />"
"<br />"
"You can make use of environment variables with ${ENV_VAR}."
);