From 9df3edad31da5112ac267ee1d723eaa41360a673 Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Mon, 9 Apr 2018 16:50:24 +0200 Subject: [PATCH] ui: updated help info for update check option * mentioned that no personally identifiable information is sent to sourcetrail server --- .../project_wizzard/QtProjectWizzardContentPreferences.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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