mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-05 16:06:14 +02:00
Display message when no edits take place (#1510)
This commit is contained in:
parent
28051046d5
commit
ed4f8eacea
3 changed files with 7 additions and 2 deletions
|
@ -149,6 +149,8 @@ class MsgText(Enum):
|
|||
https://jrnl.sh/en/stable/external-editors/
|
||||
"""
|
||||
|
||||
NoEditsReceived = "No edits to save, because nothing was changed"
|
||||
|
||||
NoTextReceived = """
|
||||
No entry to save, because no text was received
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue