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
9e9c467f
Commit
9e9c467f
authored
Jul 14, 2021
by
Yuri Chornoivan
Committed by
Luigi Toscano
Jul 14, 2021
Browse files
Get rid of plurals disambiguation
(cherry picked from commit
f77f7e97
)
parent
2c120748
Pipeline
#70685
skipped
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
kmail/checkbeforedeletemailplugins/confirmbeforedeleting/confirmbeforedeletingwidget.cpp
View file @
9e9c467f
...
...
@@ -97,7 +97,7 @@ void ConfirmBeforeDeletingWidget::slotRemoveRule()
if
(
!
items
.
isEmpty
())
{
if
(
KMessageBox
::
questionYesNo
(
this
,
i18np
(
"Do you want to remove this rule?"
,
"Do you want to remove these rules?"
,
items
.
count
()),
i18n
(
"Remove Rule"
))
i18n
c
(
"@title"
,
"Remove Rule"
))
==
KMessageBox
::
Yes
)
{
while
(
!
items
.
isEmpty
())
{
delete
items
.
takeFirst
();
...
...
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