diff options
author | TokieSan <eltokhy@aucegypt.edu> | 2023-07-21 19:22:27 +0300 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-07-24 19:54:29 +0200 |
commit | e8d79381bf97d550920cec079fddf2b80927805a (patch) | |
tree | 268347b2b46c332eb2d2a3bae0e44940d0133524 /xmlsecurity | |
parent | eef190228ac5d3334e26204adb11e5f4c6f373c4 (diff) |
Improved Accesibility String in Certificate Chooser Dialog
Change-Id: Ib9f93d626b7f2629ebfb17f0f0f43af8fe24d4ee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154744
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/uiconfig/ui/selectcertificatedialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/uiconfig/ui/selectcertificatedialog.ui b/xmlsecurity/uiconfig/ui/selectcertificatedialog.ui index b9214ba842c8..b6fb9a9c5610 100644 --- a/xmlsecurity/uiconfig/ui/selectcertificatedialog.ui +++ b/xmlsecurity/uiconfig/ui/selectcertificatedialog.ui @@ -253,7 +253,7 @@ <property name="primary-icon-stock">gtk-find</property> <child internal-child="accessible"> <object class="AtkObject" id="searchbox-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="selectcertificatedialog|extended_tip|searchbox">Type certificate for searching.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="selectcertificatedialog|extended_tip|searchbox">Search for certificate by issuer name or email.</property> </object> </child> </object> |