Ignore alias in room with no permission to talk

This commit is contained in:
miruka
2020-03-13 12:47:01 -04:00
parent 8d6fcf5c88
commit 9d7bffcee8
3 changed files with 14 additions and 5 deletions

View File

@@ -202,7 +202,7 @@ HGridLayout {
toolTip.text: qsTr(
"From any account, start a message with specified alias " +
"followed by a space to type and send as this account.\n" +
"This account must a member of the room too.\n" +
"The account must have permission to talk in the room.\n"+
"To ignore the alias when typing, prepend it with a space."
)