changed surrounding characters of added and removes items

main
m455 2020-03-23 17:21:54 -04:00
parent 7d049069f8
commit 8c5a6c1df8
1 changed files with 2 additions and 2 deletions

View File

@ -121,9 +121,9 @@
'not-in-list "> Error: Item does not exist\n"
'item-added "> Added [~a] to your list\n"
'item-added "> Added \"~a\" to your list\n"
'item-removed "> Removed [~a] from your list\n"))
'item-removed "> Removed \"~a\" from your list\n"))
(define y/n (hash 'yes '("yes" "Yes" "y" "Y")