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
Kleopatra
Commits
2a347692
Commit
2a347692
authored
May 30, 2021
by
Yuri Chornoivan
Browse files
Fix minor typo found by Shinjo Park
parent
760ad715
Pipeline
#63570
passed with stage
in 14 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/uiserver/encryptcommand.cpp
View file @
2a347692
...
@@ -65,7 +65,7 @@ void EncryptCommand::Private::checkForErrors() const
...
@@ -65,7 +65,7 @@ void EncryptCommand::Private::checkForErrors() const
if
(
q
->
numFiles
())
if
(
q
->
numFiles
())
throw
Exception
(
makeError
(
GPG_ERR_CONFLICT
),
throw
Exception
(
makeError
(
GPG_ERR_CONFLICT
),
i18n
(
"ENCRYPT is an email mode command, connection seems to be in filmanager mode"
));
i18n
(
"ENCRYPT is an email mode command, connection seems to be in fil
e
manager mode"
));
if
(
!
q
->
senders
().
empty
()
&&
!
q
->
informativeSenders
())
if
(
!
q
->
senders
().
empty
()
&&
!
q
->
informativeSenders
())
throw
Exception
(
makeError
(
GPG_ERR_CONFLICT
),
throw
Exception
(
makeError
(
GPG_ERR_CONFLICT
),
...
...
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