Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Network
KDE Connect
Commits
ba3c5151
Commit
ba3c5151
authored
Sep 14, 2020
by
Yuri Chornoivan
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
smsapp/conversationlistmodel.cpp
smsapp/conversationlistmodel.cpp
+1
-1
No files found.
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