removed dots from prompt. they were distracting

main
m455 2019-01-31 23:01:57 -05:00
parent 45f8c22e1a
commit 3f68538eb3
2 changed files with 5 additions and 3 deletions

View File

@ -7,6 +7,8 @@ By Jesse Laprade
## Todo
- [ ] Only allow quoted items to be added
- [ ] Add color option to config file
- [ ] Encrypt todo list file
# Screenshot

View File

@ -54,7 +54,7 @@
"> creating a "
config:program-directory
" folder in "
config:program-path " ...\n")
config:program-path "\n")
'creating-file
(string-append
@ -62,7 +62,7 @@
config:program-file
" file in "
config:program-path
config:program-directory " ...\n")
config:program-directory "\n")
'creation-error
(string-append
@ -116,7 +116,7 @@
(string-append
"> Exiting "
config:program-name
" ...\n")
"\n")
'choose-y/n
"> Error: Please choose y or n\n"