Markup string constant change, whitespace adjust

This commit is contained in:
BlauFeuer 2017-02-20 21:53:49 -05:00 committed by GitHub
parent 6ac3e0b4c9
commit 6fae85c32a

View file

@ -15,8 +15,7 @@ from evennia.server.models import ServerConfig
from evennia.utils import create, logger from evennia.utils import create, logger
ERROR_NO_SUPERUSER = \ ERROR_NO_SUPERUSER = """
"""
No superuser exists yet. The superuser is the 'owner' account on No superuser exists yet. The superuser is the 'owner' account on
the Evennia server. Create a new superuser using the command the Evennia server. Create a new superuser using the command
@ -26,16 +25,14 @@ ERROR_NO_SUPERUSER = \
""" """
LIMBO_DESC = \ LIMBO_DESC = _("""
_(""" Welcome to your new |wEvennia|n-based game! Visit http://www.evennia.com if you need
Welcome to your new {wEvennia{n-based game! Visit http://www.evennia.com if you need
help, want to contribute, report issues or just join the community. help, want to contribute, report issues or just join the community.
As Player #1 you can create a demo/tutorial area with {w@batchcommand tutorial_world.build{n. As Player #1 you can create a demo/tutorial area with |w@batchcommand tutorial_world.build|n.
""") """)
WARNING_POSTGRESQL_FIX = \ WARNING_POSTGRESQL_FIX = """
"""
PostgreSQL-psycopg2 compatibility fix: PostgreSQL-psycopg2 compatibility fix:
The in-game channels {chan1}, {chan2} and {chan3} were created, The in-game channels {chan1}, {chan2} and {chan3} were created,
but the superuser was not yet connected to them. Please use in but the superuser was not yet connected to them. Please use in