changed surrounding characters of added and removes items
parent
7d049069f8
commit
8c5a6c1df8
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue