diff options
author | Slávek Banko <[email protected]> | 2018-12-28 16:15:14 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-12-28 16:21:05 +0100 |
commit | 738d388a7739f21ffdbd4c87c8a06c937e6fb462 (patch) | |
tree | 8e17845d6611b0fe3a38efb3eefd6b5bd996681d /kmymoney2/dialogs/kbackupdlgdecl.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 <[email protected]>
(cherry picked from commit ee87de0994de9d86d3b6b239fbecd39988ff644c)
Diffstat (limited to 'kmymoney2/dialogs/kbackupdlgdecl.ui')
-rw-r--r-- | kmymoney2/dialogs/kbackupdlgdecl.ui | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kmymoney2/dialogs/kbackupdlgdecl.ui b/kmymoney2/dialogs/kbackupdlgdecl.ui index 2f27a20..8cf2dd5 100644 --- a/kmymoney2/dialogs/kbackupdlgdecl.ui +++ b/kmymoney2/dialogs/kbackupdlgdecl.ui @@ -98,8 +98,7 @@ Click OK to perform the backup. If your system does not use an automounter, make <cstring>lblMountPoint</cstring> </property> <property name="text"> - <string>Mount Point:</string> - <comment>This is the mount point</comment> + <string context="This is the mount point">Mount Point:</string> </property> </widget> <widget class="TQLineEdit"> |