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
77cba9fe
Commit
77cba9fe
authored
Oct 18, 2020
by
Laurent Montel
😁
Browse files
Fix Bug 427916 - User Feedback string about "Account configured in KMail" is misleading
BUG: 427916
FIXED-IN: 5.16.0
parent
b21a803f
Pipeline
#38032
passed with stage
in 58 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/userfeedback/accountinfosource.cpp
View file @
77cba9fe
...
...
@@ -24,7 +24,7 @@ QString AccountInfoSource::name() const
QString
AccountInfoSource
::
description
()
const
{
return
i18n
(
"
A
ccount configured in KMail (receiver and sender)."
);
return
i18n
(
"
Number and type of a
ccount
s
configured in KMail (receiver and sender)."
);
}
QVariant
AccountInfoSource
::
data
()
...
...
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