diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-28 16:15:14 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-28 16:21:05 +0100 |
commit | 738d388a7739f21ffdbd4c87c8a06c937e6fb462 (patch) | |
tree | 8e17845d6611b0fe3a38efb3eefd6b5bd996681d /kmymoney2/dialogs/kfindtransactiondlgdecl.ui | |
parent | 32a9cb053a52be135622d0b3e55e4415060bb9e3 (diff) | |
download | kmymoney-738d388a7739f21ffdbd4c87c8a06c937e6fb462.tar.gz kmymoney-738d388a7739f21ffdbd4c87c8a06c937e6fb462.zip |
Use the context attribute in the UI files
to determine the translation context.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ee87de0994de9d86d3b6b239fbecd39988ff644c)
Diffstat (limited to 'kmymoney2/dialogs/kfindtransactiondlgdecl.ui')
-rw-r--r-- | kmymoney2/dialogs/kfindtransactiondlgdecl.ui | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/kmymoney2/dialogs/kfindtransactiondlgdecl.ui b/kmymoney2/dialogs/kfindtransactiondlgdecl.ui index fc96f1f..f43586a 100644 --- a/kmymoney2/dialogs/kfindtransactiondlgdecl.ui +++ b/kmymoney2/dialogs/kfindtransactiondlgdecl.ui @@ -217,8 +217,7 @@ <cstring>TextLabel6</cstring> </property> <property name="text"> - <string>To</string> - <comment>To (Date)</comment> + <string context="To (Date)">To</string> </property> </widget> <widget class="TQLabel" row="1" column="0"> @@ -226,8 +225,7 @@ <cstring>TextLabel5</cstring> </property> <property name="text"> - <string>From</string> - <comment>From (Date)</comment> + <string context="From (Date)">From</string> </property> </widget> <widget class="kMyMoneyDateInput" row="2" column="1"> @@ -364,8 +362,7 @@ <cstring>TextLabel8</cstring> </property> <property name="text"> - <string>to</string> - <comment>to (amount)</comment> + <string context="to (amount)">to</string> </property> </widget> <widget class="kMyMoneyEdit" row="0" column="1"> @@ -384,8 +381,7 @@ <cstring>TextLabel7</cstring> </property> <property name="text"> - <string>from</string> - <comment>from (amount)</comment> + <string context="from (amount)">from</string> </property> </widget> <widget class="kMyMoneyEdit" row="1" column="1"> @@ -776,8 +772,7 @@ <cstring>TextLabel14</cstring> </property> <property name="text"> - <string>to</string> - <comment>to (number)</comment> + <string context="to (number)">to</string> </property> </widget> <widget class="kMyMoneyLineEdit" row="2" column="1"> @@ -795,8 +790,7 @@ <cstring>TextLabel13</cstring> </property> <property name="text"> - <string>from</string> - <comment>from (number)</comment> + <string context="from (number)">from</string> </property> </widget> <widget class="kMyMoneyLineEdit" row="1" column="1"> |