Tidying up some menu items.
[microbotany.git] / delete.scm
index a259061..b258a01 100755 (executable)
@@ -14,6 +14,6 @@
           (if (file-exists? account-file)
               (begin
                 (delete-file account-file)
-                (print "Account successfully deleted."))
-              (print "Attempted to delete non-existent account."))))
+                (print "Garden successfully deleted."))
+              (print "Attempted to delete non-existent garden."))))
     (print "\n=> /microbotany/ Return to μBotany")))