From 41e6e06693ec774f60cd0ebad5a5a3241e48a045 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Fri, 7 Oct 2022 15:29:11 -0600 Subject: [PATCH] Phrasing --- main.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.py b/main.py index 155aa35..a723ef5 100755 --- a/main.py +++ b/main.py @@ -161,7 +161,7 @@ def message_protovac(message): return reply except BaseException as e: logging.exception(e) - return 'Error' + return 'THERE HAS BEEN AN ERROR IN MY PROCESSING ROUTINE. CAN YOU REPHRASE?' def print_messages(messages): try: @@ -503,9 +503,9 @@ while True: stdscr.refresh() elif current_screen == 'message': stdscr.addstr(0, 1, 'PROTOVAC UNIVERSAL COMPUTER') - stdscr.addstr(2, 1, 'Message Protovac') - stdscr.addstr(3, 1, '===============') - stdscr.addstr(5, 1, 'Send a message to Protovac, the universal computer.') + stdscr.addstr(2, 1, 'Talk to Protovac') + stdscr.addstr(3, 1, '================') + stdscr.addstr(5, 1, 'Send a message to Protovac, who is flying through space.') offset = 7 for num, line in enumerate(messages[-13:]):