Improve explanation & spacing for alias field help
This commit is contained in:
parent
dc0ed43f72
commit
e4f3339675
|
@ -302,9 +302,13 @@ HFlickableColumnPage {
|
||||||
|
|
||||||
FieldHelpButton {
|
FieldHelpButton {
|
||||||
helpText: qsTr(
|
helpText: qsTr(
|
||||||
"From any chat, start a message with specified alias " +
|
"From any chat, start a message with the specified " +
|
||||||
"followed by a space to type and send as this account.\n" +
|
"alias, followed by a space, to type and send as " +
|
||||||
"The account must have permission to talk in the room.\n"+
|
"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."
|
"To ignore the alias when typing, prepend it with a space."
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user