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
KMail
Commits
88deddd7
Commit
88deddd7
authored
Jun 23, 2021
by
Kevin Funk
☕
Browse files
Minor: unifiedmailbox: Fix user-visible string
parent
cb967a9a
Pipeline
#67217
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
agents/unifiedmailboxagent/unifiedmailboxeditor.cpp
View file @
88deddd7
...
...
@@ -80,7 +80,7 @@ UnifiedMailboxEditor::UnifiedMailboxEditor(UnifiedMailbox *mailbox, const KShare
,
mMailbox
(
mailbox
)
,
mConfig
(
config
)
{
setWindowTitle
(
i18nc
(
"@title:window"
,
"
Add an
Unified Mail
B
ox"
));
setWindowTitle
(
i18nc
(
"@title:window"
,
"
Configure
Unified Mail
b
ox"
));
setWindowIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"kmail"
)));
auto
l
=
new
QVBoxLayout
(
this
);
...
...
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