changed add and remove message format

main
Jesse Laprade 2020-06-21 11:58:08 -04:00
parent 2de2c3ca1e
commit 1212eaf66b
1 changed files with 2 additions and 2 deletions

View File

@ -70,9 +70,9 @@
'empty-list (list "There is nothing in your list.")
'added (list "'~a' was added to your list.")
'added (list "Added '~a' to your list.")
'removed (list "'~a' was removed from your list.")))
'removed (list "Removed '~a' from your list.")))
;; ------------------------------------------------
;; helpers