Add line break to message board default description

This commit is contained in:
Chiizujin 2024-04-30 11:45:53 +10:00
parent f654488495
commit 0bf8e0e5d1

View file

@ -23,7 +23,7 @@ class EvMessageBoard(DefaultObject):
self.locks.add("get:false();post:all();change:all();manage:perm(Builder)")
self.tags.add("message_board", "contrib")
self.db.desc = (
"A board on which messages can be posted. Use the |hboard|n command to "
"A board on which messages can be posted. Use the |hboard|n command to\n"
"read and post to it (if you have the required permissions)."
)