Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM Messagelib
Commits
919451b1
Commit
919451b1
authored
Feb 07, 2021
by
Luigi Toscano
Browse files
fix: typo in a user-visible message
parent
f0c78b20
Pipeline
#50061
passed with stage
in 43 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
messagecomposer/src/job/autocryptheadersjob.cpp
View file @
919451b1
...
...
@@ -71,7 +71,7 @@ void AutocryptHeadersJobPrivate::emitNotFoundError(const QByteArray &addr, const
const
QString
msg
=
i18n
(
"<p>An error occurred while trying to export "
"the key from the backend:</p>"
"<p><b>No va
i
ld key found for user %1 (%2)</b></p>"
,
"<p><b>No val
i
d key found for user %1 (%2)</b></p>"
,
QString
::
fromLatin1
(
addr
),
QString
::
fromLatin1
(
fingerprint
));
q
->
setError
(
KJob
::
UserDefinedError
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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