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
KDE PIM Add-ons
Commits
83b1fca6
Commit
83b1fca6
authored
Dec 15, 2021
by
Laurent Montel
😁
Browse files
Fix i18n
parent
edae828c
Pipeline
#110264
passed with stage
in 14 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmail/checkbeforedeletemailplugins/confirmbeforedeleting/confirmbeforedeletingrule.cpp
View file @
83b1fca6
...
...
@@ -205,7 +205,7 @@ void ConfirmBeforeDeletingRule::generateConfirmMessageInfoFromStatus(const KMime
if
(
auto
subject
=
msg
->
subject
(
false
))
{
subjectStr
=
subject
->
asUnicodeString
();
}
checkFoundInfo
=
i18n
(
"The message with subject
\'
%1
\'
is "
,
subjectStr
,
statusStr
);
checkFoundInfo
=
i18n
(
"The message with subject
\'
%1
\'
is
%2
"
,
subjectStr
,
statusStr
);
}
QDebug
operator
<<
(
QDebug
d
,
const
ConfirmBeforeDeletingRule
&
t
)
...
...
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