[kmymoney/5.0] kmymoney/views: Fix tab title of auto categorization tab in payees view
Thomas Baumgart
null at kde.org
Mon Jun 24 17:32:52 BST 2019
Git commit 7e641a2163fb83f44209d127319dae856bbec8b6 by Thomas Baumgart.
Committed on 24/06/2019 at 16:32.
Pushed by tbaumgart into branch '5.0'.
Fix tab title of auto categorization tab in payees view
The tab title "Default Account" was misleading when on the tab we use
the term "Default Category". Also removed a superfluous newline in a
string on that tab.
BUG: 409089
FIXED-IN: 5.0.5
GUI:
M +2 -3 kmymoney/views/kpayeesview.ui
https://commits.kde.org/kmymoney/7e641a2163fb83f44209d127319dae856bbec8b6
diff --git a/kmymoney/views/kpayeesview.ui b/kmymoney/views/kpayeesview.ui
index 296f54931..16dcd0d20 100644
--- a/kmymoney/views/kpayeesview.ui
+++ b/kmymoney/views/kpayeesview.ui
@@ -395,14 +395,13 @@
</widget>
<widget class="QWidget" name="defaultAccountTab">
<attribute name="title">
- <string>Default Account</string>
+ <string>Default Category</string>
</attribute>
<layout class="QVBoxLayout">
<item>
<widget class="QCheckBox" name="checkEnableDefaultCategory">
<property name="text">
- <string>Use the default category for
-new transactions with this payee</string>
+ <string>Use the default category for new transactions with this payee</string>
</property>
</widget>
</item>
More information about the kde-doc-english
mailing list