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/uiconfig | |
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/uiconfig')
-rw-r--r-- | xmlsecurity/uiconfig/ui/selectcertificatedialog.ui | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xmlsecurity/uiconfig/ui/selectcertificatedialog.ui b/xmlsecurity/uiconfig/ui/selectcertificatedialog.ui index cb2079263315..6bbc37546af4 100644 --- a/xmlsecurity/uiconfig/ui/selectcertificatedialog.ui +++ b/xmlsecurity/uiconfig/ui/selectcertificatedialog.ui @@ -188,6 +188,11 @@ <property name="hexpand">True</property> <property name="label" translatable="yes" context="selectcertificatedialog|str_sign">Sign</property> </object> + <object class="GtkLabel" id="str_selectsign"> + <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="label" translatable="yes" context="selectcertificatedialog|str_selectsign">Select</property> + </object> <object class="GtkLabel" id="str_encrypt"> <property name="can_focus">False</property> <property name="hexpand">True</property> |