diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-04-13 13:08:03 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-05-22 10:27:37 +0200 |
commit | 203d967c045c4bf4e83d18bdcb96e11f899e1056 (patch) | |
tree | 7aa17706509106c6693b8c9d4336e3ceec7a0672 /xmlsecurity/inc | |
parent | 066abd6163a1b12e3bdcaf0385a4842c7bc7d119 (diff) |
Related tdf#83877 Select certificate ok button label doesn't match
Change the button to "Select" instead of sign when we only want to
select a certificate.
Change-Id: Ifa896e502c8680497d71912ddd1058ab0b71542b
Reviewed-on: https://gerrit.libreoffice.org/52823
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r-- | xmlsecurity/inc/certificatechooser.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlsecurity/inc/certificatechooser.hxx b/xmlsecurity/inc/certificatechooser.hxx index 6049eb4a3869..9e2406c4fd63 100644 --- a/xmlsecurity/inc/certificatechooser.hxx +++ b/xmlsecurity/inc/certificatechooser.hxx @@ -52,6 +52,7 @@ struct UserData enum class UserAction { Sign, + SelectSign, // Select signing certificate Encrypt }; |