diff --git a/src/lib_gui/qt/window/project_wizzard/QtProjectWizzardContentPreferences.cpp b/src/lib_gui/qt/window/project_wizzard/QtProjectWizzardContentPreferences.cpp index 968239c1..f94ac41d 100644 --- a/src/lib_gui/qt/window/project_wizzard/QtProjectWizzardContentPreferences.cpp +++ b/src/lib_gui/qt/window/project_wizzard/QtProjectWizzardContentPreferences.cpp @@ -211,7 +211,9 @@ void QtProjectWizzardContentPreferences::populate(QGridLayout* layout, int& row) // Update check m_automaticUpdateCheck = addCheckBox("Automatic
Update Check", "Check automatically for updates", - "

Check automatically for a new releases once a day.

", layout, row); + "

Automatically connects to the Sourcetrail server once a day to check if a new release is " + "available.

" + "

Note: No personally identifiable information will be transmitted to conduct this check.

", layout, row); addGap(layout, row); // Plugins