diff --git a/src/lib_gui/qt/window/project_wizzard/QtProjectWizzardContentPaths.cpp b/src/lib_gui/qt/window/project_wizzard/QtProjectWizzardContentPaths.cpp index 209a6c25..c3cf29e3 100644 --- a/src/lib_gui/qt/window/project_wizzard/QtProjectWizzardContentPaths.cpp +++ b/src/lib_gui/qt/window/project_wizzard/QtProjectWizzardContentPaths.cpp @@ -420,9 +420,13 @@ QtProjectWizzardContentPathsExclude::QtProjectWizzardContentPathsExclude( { setTitleString("Excluded Files & Directories"); setHelpString( - "These paths define the files and directories that will be left out from indexing.
" - "
" - "You can make use of environment variables with ${ENV_VAR}." + "

These paths define the files and directories that will be left out from indexing.

" + "

Hints:" + "

" ); }