From e4f3339675f41f396fdca718136aa4d140d6361b Mon Sep 17 00:00:00 2001 From: miruka Date: Wed, 14 Apr 2021 12:49:21 -0400 Subject: [PATCH] Improve explanation & spacing for alias field help --- src/gui/Pages/AccountSettings/General.qml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/gui/Pages/AccountSettings/General.qml b/src/gui/Pages/AccountSettings/General.qml index 793c61b4..d7e945db 100644 --- a/src/gui/Pages/AccountSettings/General.qml +++ b/src/gui/Pages/AccountSettings/General.qml @@ -302,9 +302,13 @@ HFlickableColumnPage { FieldHelpButton { helpText: qsTr( - "From any chat, start a message with specified alias " + - "followed by a space to type and send as this account.\n" + - "The account must have permission to talk in the room.\n"+ + "From any chat, start a message with the specified " + + "alias, followed by a space, to type and send as " + + "this account.\n\n" + + + "The account must be a member of the room and have " + + "permission to talk.\n\n"+ + "To ignore the alias when typing, prepend it with a space." ) }