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
76b1b7a8
Commit
76b1b7a8
authored
Aug 13, 2021
by
Laurent Montel
😁
Browse files
Fix i18n
parent
4545306a
Pipeline
#74575
passed with stage
in 55 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmail/checkbeforedeletemailplugins/confirmbeforedeleting/confirmbeforedeletingmessageboxwidget.cpp
View file @
76b1b7a8
...
...
@@ -16,7 +16,7 @@
ConfirmBeforeDeletingMessageBoxWidget
::
ConfirmBeforeDeletingMessageBoxWidget
(
QWidget
*
parent
)
:
QWidget
(
parent
)
,
mLabelInfo
(
new
QLabel
(
this
))
,
mUseSameResultForOtherCheck
(
new
QCheckBox
(
i18n
(
"
Reuse..."
),
this
))
// TODO fix i18n
,
mUseSameResultForOtherCheck
(
new
QCheckBox
(
i18n
(
"
Apply to All"
),
this
))
{
auto
mainLayout
=
new
QHBoxLayout
(
this
);
mainLayout
->
setObjectName
(
QStringLiteral
(
"mainLayout"
));
...
...
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