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
Network
KDE Connect
Commits
ba3c5151
Commit
ba3c5151
authored
Sep 14, 2020
by
Yuri Chornoivan
Browse files
Fix minor typo
parent
9b757216
Pipeline
#34231
passed with stage
in 5 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
smsapp/conversationlistmodel.cpp
View file @
ba3c5151
...
...
@@ -199,7 +199,7 @@ void ConversationListModel::createRowFromMessage(const ConversationMessage& mess
}
else
{
// Craft a somewhat-descriptive string, like "pdf file"
type
=
i18nc
(
"Used as a text placeholder when the most-recent message is an arbitrary attachment, resulting in something like
\"
pdf file
\"
"
,
"% file"
,
"%
1
file"
,
mimeType
.
right
(
mimeType
.
indexOf
(
QStringLiteral
(
"/"
))));
}
displayBody
=
type
;
...
...
Simon Redman
@sredman
·
Sep 14, 2020
Developer
Thanks for this!
Thanks for 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