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
3b89fbc3
Commit
3b89fbc3
authored
Oct 14, 2021
by
Laurent Montel
😁
Browse files
Fix i18n
parent
3e605e70
Pipeline
#88673
passed with stage
in 24 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/editor/warningwidgets/toomanyrecipientswarning.cpp
View file @
3b89fbc3
...
...
@@ -14,7 +14,9 @@ TooManyRecipientsWarning::TooManyRecipientsWarning(QWidget *parent)
setCloseButtonVisible
(
true
);
setMessageType
(
Warning
);
setWordWrap
(
true
);
setText
(
i18nc
(
"@info:status"
,
"Truncating recipients list to %1."
,
MessageComposer
::
MessageComposerSettings
::
self
()
->
maximumRecipients
()));
setText
(
i18nc
(
"@info:status"
,
"We have reached maximum recipients. Truncating recipients list to %1."
,
MessageComposer
::
MessageComposerSettings
::
self
()
->
maximumRecipients
()));
}
TooManyRecipientsWarning
::~
TooManyRecipientsWarning
()
...
...
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