ForgetRoomPopup: improve texts

This commit is contained in:
miruka 2019-09-09 12:35:19 -04:00
parent 2f7fbd2621
commit a3b56519f7

View File

@ -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."
) )