Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kleopatra
Commits
63d74068
Commit
63d74068
authored
Feb 21, 2022
by
Ingo Klöcker
Browse files
Make "Show not certified certificates" button accessible
Add an accessible name to the icon-only button. GnuPG-bug-id: 5841
parent
cbdad915
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/view/searchbar.cpp
View file @
63d74068
...
...
@@ -133,6 +133,7 @@ SearchBar::Private::Private(SearchBar *qq)
layout
->
addWidget
(
combo
);
certifyButton
=
new
QPushButton
(
q
);
certifyButton
->
setIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"security-medium"
)));
certifyButton
->
setAccessibleName
(
i18n
(
"Show not certified certificates"
));
certifyButton
->
setToolTip
(
i18n
(
"Some certificates are not yet certified. "
"Click here to see a list of these certificates."
"<br/><br/>"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment