clean up placeholder messages

This commit is contained in:
Jonathan Wren 2022-02-26 19:10:55 -08:00
parent 92065f6e8c
commit 8f8be0b9c7

View file

@ -26,7 +26,7 @@ class MsgText(Enum):
# --- Exceptions ---# # --- Exceptions ---#
UncaughtException = """ UncaughtException = """
ERROR OF SOME SORT ERROR
{exception} {exception}
This is probably a bug. Please file an issue at: This is probably a bug. Please file an issue at:
@ -61,13 +61,6 @@ class MsgText(Enum):
KeyboardInterruptMsg = "Aborted by user" KeyboardInterruptMsg = "Aborted by user"
SomeTest = """
Some error or something
This is a thing to test with this message or whatever and maybe it just
keeps going forever because it's super long for no apparent reason
"""
# --- Journal status ---# # --- Journal status ---#
JournalNotSaved = "Entry NOT saved to journal" JournalNotSaved = "Entry NOT saved to journal"