mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 19:48:31 +02:00
clean up placeholder messages
This commit is contained in:
parent
92065f6e8c
commit
8f8be0b9c7
1 changed files with 1 additions and 8 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue