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:
parent
c59d54877a
commit
426faa2673
|
@ -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") :
|
||||||
""
|
""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user