Clarified output of utils.string_from_module. See #541.

This commit is contained in:
Griatch 2014-08-15 23:40:16 +02:00
parent 42d614dc0e
commit 5750f407df
2 changed files with 10 additions and 10 deletions

View file

@ -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",