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/widgets | |
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/widgets')
-rw-r--r-- | kmymoney2/widgets/kmymoneyreportconfigtab1decl.ui | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kmymoney2/widgets/kmymoneyreportconfigtab1decl.ui b/kmymoney2/widgets/kmymoneyreportconfigtab1decl.ui index a023c37..b996d6c 100644 --- a/kmymoney2/widgets/kmymoneyreportconfigtab1decl.ui +++ b/kmymoney2/widgets/kmymoneyreportconfigtab1decl.ui @@ -85,8 +85,7 @@ <string>Convert values to base currency</string> </property> <property name="toolTip" stdset="0"> - <string><p>Select this option to convert all values in the report to your base currency.</p><p>Leave it unchecked if you'd like to see values in their original currency.</p><p>If currencies are not converted, then subtotals will not be shown.</p></string> - <comment>Convert 'em!!</comment> + <string context="Convert 'em!!"><p>Select this option to convert all values in the report to your base currency.</p><p>Leave it unchecked if you'd like to see values in their original currency.</p><p>If currencies are not converted, then subtotals will not be shown.</p></string> </property> </widget> <widget class="TQCheckBox"> |