Clarified output of utils.string_from_module. See #541.
This commit is contained in:
parent
42d614dc0e
commit
5750f407df
2 changed files with 10 additions and 10 deletions
|
|
@ -297,7 +297,7 @@ class CmdUnloggedinQuit(Command):
|
|||
|
||||
# The login menu tree, using the commands above
|
||||
|
||||
START = MenuNode("START", text=utils.string_from_module(CONNECTION_SCREEN_MODULE),
|
||||
START = MenuNode("START", text=utils.random_string_from_module(CONNECTION_SCREEN_MODULE),
|
||||
links=["node1a", "node2a", "node3", "END"],
|
||||
linktexts=["Log in with an existing account",
|
||||
"Create a new account",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue