Git commit af55a52c4788e035eba9f309126d339b148e4898 by Thomas Baumgart. Committed on 25/06/2019 at 19:15. Pushed by tbaumgart into branch '5.0'.
Improve tooltip for a setting GUI: M +1 -1 kmymoney/settings/kmymoney.kcfg https://commits.kde.org/kmymoney/af55a52c4788e035eba9f309126d339b148e4898 diff --git a/kmymoney/settings/kmymoney.kcfg b/kmymoney/settings/kmymoney.kcfg index 2d09befd6..dddb670b3 100644 --- a/kmymoney/settings/kmymoney.kcfg +++ b/kmymoney/settings/kmymoney.kcfg @@ -173,7 +173,7 @@ <default>true</default> </entry> <entry name="ShowBalanceStatusOfOnlineAccounts" type="Bool"> - <label>Show balance-status of mapped online accounts on the Homepage</label> + <label>Show balance status on the Homepage for accounts where data imports include balance information.</label> <default>false</default> </entry> <entry name="ShowCountOfUnmarkedTransactions" type="Bool">
