Fix minor typo
This commit is contained in:
parent
9b7572165a
commit
ba3c515148
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ void ConversationListModel::createRowFromMessage(const ConversationMessage& mess
|
||||||
} else {
|
} else {
|
||||||
// Craft a somewhat-descriptive string, like "pdf file"
|
// 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\"",
|
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("/"))));
|
mimeType.right(mimeType.indexOf(QStringLiteral("/"))));
|
||||||
}
|
}
|
||||||
displayBody = type;
|
displayBody = type;
|
||||||
|
|
Loading…
Reference in a new issue