diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-02 05:33:57 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-02 05:33:57 -0400 |
| commit | 712c8687c208629e22ef7b4d8015c899c2ea053a (patch) | |
| tree | a6a1db591d81bad1957c2cd58fdac9a8303a2087 /src/settingsdialog.ui | |
| parent | 4099efcb5bfd6932ed2a510aa0e4318fffff121b (diff) | |
changed old whatsthis for prerelease
apparently, QFontMetrics::width() is deprecated
Diffstat (limited to 'src/settingsdialog.ui')
| -rw-r--r-- | src/settingsdialog.ui | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index 1deac400..e011542e 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -76,11 +76,7 @@ p, li { white-space: pre-wrap; } <string>Update to non-stable releases.</string> </property> <property name="whatsThis"> - <string>If this is enabled, the integrated update mechanism will notify of all releases, including pre-releases (alphas, betas). - -Please use this only if you're sufficiently tech-savvy to investigate issues, look for known problems in the issue tracker and create meaningful reports. - -If you use pre-releases, never contact me directly by e-mail or via private messages!</string> + <string>If this is enabled, the integrated update mechanism will notify of all releases, including pre-releases (alphas, betas). Please use this only if you're sufficiently tech-savvy to investigate issues, look for known problems in the issue tracker and create meaningful reports.</string> </property> <property name="text"> <string>Install Pre-releases (Betas)</string> |
