Improve RedactPopup multi-sender warning

Give reason why we can't delete all the selected messages when
selection contains a mix of own and other user messages and we don't
permission to remove them.
This commit is contained in:
miruka 2021-01-17 13:40:21 -04:00
parent c59d54877a
commit 426faa2673

View File

@ -66,7 +66,8 @@ HFlickableColumnPopup {
color: theme.colors.warningText color: theme.colors.warningText
text: text:
onlyOwnMessageWarning ? onlyOwnMessageWarning ?
qsTr("Only your messages can be removed") : qsTr("Only your messages will be removed due this " +
"room's permissions") :
"" ""
} }