changed add and remove message formats
parent
be6c36d3d3
commit
9b5e71bcdf
BIN
nicethings
BIN
nicethings
Binary file not shown.
|
@ -70,9 +70,9 @@
|
||||||
|
|
||||||
'empty-list (list "There is nothing in your list.")
|
'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
|
;; helpers
|
||||||
|
|
Loading…
Reference in New Issue