ui: updated help info for update check option

* mentioned that no personally identifiable information is sent to sourcetrail server
This commit is contained in:
mlangkabel
2018-04-09 16:50:24 +02:00
parent 5303187bea
commit 9df3edad31
@@ -211,7 +211,9 @@ void QtProjectWizzardContentPreferences::populate(QGridLayout* layout, int& row)
// Update check
m_automaticUpdateCheck = addCheckBox("Automatic<br />Update Check", "Check automatically for updates",
"<p>Check automatically for a new releases once a day.</p>", layout, row);
"<p>Automatically connects to the Sourcetrail server once a day to check if a new release is "
"available.</p>"
"<p>Note: No personally identifiable information will be transmitted to conduct this check.</p>", layout, row);
addGap(layout, row);
// Plugins