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
Plasma
Bluedevil
Commits
eef8e1d5
Commit
eef8e1d5
authored
Jan 26, 2021
by
Carl Schwan
🚴
Browse files
Reword 'Trust && Authorize' to 'Trust and Authorize'
parent
7e3b0c35
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kded/helpers/requestauthorization.cpp
View file @
eef8e1d5
...
...
@@ -30,7 +30,7 @@ RequestAuthorization::RequestAuthorization(BluezQt::DevicePtr device, QObject *p
m_device
->
name
().
toHtmlEscaped
()));
QStringList
actions
;
actions
.
append
(
i18nc
(
"Button to trust a bluetooth remote device and authorize it to connect"
,
"Trust
&&
Authorize"
));
actions
.
append
(
i18nc
(
"Button to trust a bluetooth remote device and authorize it to connect"
,
"Trust
and
Authorize"
));
actions
.
append
(
i18nc
(
"Button to authorize a bluetooth remote device to connect"
,
"Authorize Only"
));
actions
.
append
(
i18nc
(
"Deny access to a remote bluetooth device"
,
"Deny"
));
...
...
Write
Preview
Supports
Markdown
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