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
97bbdc46
Commit
97bbdc46
authored
Aug 23, 2021
by
Laurent Montel
😁
Browse files
Fix i18n
parent
6d391637
Pipeline
#76218
passed with stage
in 53 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmail/checkbeforedeletemailplugins/confirmbeforedeleting/confirmbeforedeletinginterface.cpp
View file @
97bbdc46
...
...
@@ -31,7 +31,7 @@ void ConfirmBeforeDeletingInterface::createActions(KActionCollection *ac)
{
// TODO
if
(
ac
)
{
auto
mainMenu
=
new
QAction
(
i18n
(
"
External Script
"
),
this
);
auto
mainMenu
=
new
QAction
(
i18n
(
"
Confirm Before Deleting
"
),
this
);
auto
menu
=
new
QMenu
;
auto
act
=
new
QAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"settings-configure"
)),
i18n
(
"Configure"
),
menu
);
connect
(
act
,
&
QAction
::
triggered
,
this
,
&
ConfirmBeforeDeletingInterface
::
slotConfigure
);
...
...
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