ForgetRoomPopup: improve texts
This commit is contained in:
		@@ -2,10 +2,13 @@ import QtQuick 2.12
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
BoxPopup {
 | 
					BoxPopup {
 | 
				
			||||||
    summary.text: qsTr(
 | 
					    summary.text: qsTr(
 | 
				
			||||||
        "You will leave the room and lose its messages. Forget %1?"
 | 
					        "Leave %1 and discard the history?"
 | 
				
			||||||
    ).arg(roomName)
 | 
					    ).arg(roomName)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    details.text: qsTr(
 | 
					    details.text: qsTr(
 | 
				
			||||||
 | 
					        "You will not be able to see the messages you received in " +
 | 
				
			||||||
 | 
					        "this room anymore.\n\n" +
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        "If all members forget the room, it will be removed from the servers."
 | 
					        "If all members forget the room, it will be removed from the servers."
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user