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
Kontact
Commits
d9e285ec
Commit
d9e285ec
authored
Aug 13, 2021
by
Laurent Montel
😁
Browse files
Add i18n context
parent
f32877d2
Pipeline
#74566
passed with stage
in 4 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/ksettingsdialog/kontactkcmultidialog.cpp
View file @
d9e285ec
...
...
@@ -193,7 +193,7 @@ void KontactKCMultiDialogPrivate::init()
{
Q_Q
(
KontactKCMultiDialog
);
q
->
setFaceType
(
KPageDialog
::
Auto
);
q
->
setWindowTitle
(
i18n
(
"Configure"
));
q
->
setWindowTitle
(
i18n
c
(
"@title:window"
,
"Configure"
));
q
->
setModal
(
false
);
auto
buttonBox
=
new
QDialogButtonBox
(
q
);
...
...
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