Update wording on settings page for privacy timer

This commit is contained in:
Joseph Donofry 2021-02-01 19:07:04 -05:00
parent 1127aa7c91
commit 00885e41f8
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
1 changed files with 1 additions and 1 deletions

View File

@ -849,7 +849,7 @@ UserSettingsPage::UserSettingsPage(QSharedPointer<UserSettings> settings, QWidge
privacyScreen_,
tr("When the window loses focus, the timeline will\nbe blurred."));
boxWrap(
tr("Privacy screen timeout"),
tr("Privacy screen timeout (in seconds [0 - 3600])"),
privacyScreenTimeout_,
tr("Set timeout (in seconds) for how long after window loses\nfocus before the screen"
" will be blurred.\nSet to 0 to blur immediately after focus loss. Max value of 1 "