From 5c708b436bf26a17bb40bf71304bc1f0164730e7 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 26 Feb 2019 10:51:20 -0500 Subject: [PATCH] tildeverse --- clients/urwid/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/urwid/main.py b/clients/urwid/main.py index d95b505..0227bd1 100644 --- a/clients/urwid/main.py +++ b/clients/urwid/main.py @@ -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"]),