tildeverse

This commit is contained in:
Ben Harris 2019-02-26 10:51:20 -05:00
parent 68253447b7
commit 5c708b436b
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ obnoxious_logo = """
welcome = """>>> Welcome to Bulletin Butter & Jelly! ------------------@
| BBJ is a persistent, chronologically ordered text |
| discussion board for tilde.town. You may log in, |
| discussion board for tildes. You may log in, |
| register as a new user, or participate anonymously. |
|---------------------------------------------------------|
| \033[1;31mTo go anon, just press enter. Otherwise, give me a name\033[0m |
@ -1205,7 +1205,7 @@ class App(object):
urwid.ListBox(
urwid.SimpleFocusListWalker([
urwid_rainbows(
"This is BBJ, a client/server textboard made for tilde.town!",
"This is BBJ, a client/server textboard made for tildes!",
True),
urwid.Text(("dim", "...by ~desvox")),
urwid.Divider(self.theme["divider"]),