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:
		@@ -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") :
 | 
				
			||||||
            ""
 | 
					            ""
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user