changed add and remove message formats

cleanup
m455 2020-06-21 12:10:03 -04:00
parent be6c36d3d3
commit 9b5e71bcdf
2 changed files with 2 additions and 2 deletions

Binary file not shown.

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