Skip to content
Snippets Groups Projects
Commit 29827274 authored by deuce's avatar deuce
Browse files

Change menu options to just "Upload" and "Download"

parent fa9c05b9
No related branches found
No related tags found
No related merge requests found
......@@ -116,8 +116,8 @@ int syncmenu(struct bbslist *bbs, int *speed)
"Scrollback (Alt-B)"
,"Disconnect (Ctrl-Q)"
,"Send Login (Alt-L)"
,"Zmodem Upload (Alt-U)"
,"Zmodem Download (Alt-D)"
,"Upload (Alt-U)"
,"Download (Alt-D)"
,"Change Output Rate (Alt-Up/Alt-Down)"
,"Change Log Level"
,"Capture Control (Alt-C)"
......@@ -149,8 +149,8 @@ int syncmenu(struct bbslist *bbs, int *speed)
" dialing list\n"
"~ Send Login ~ Sends the configured user and password pair separated\n"
" by a \\r\n"
"~ Zmodem Upload ~ Initiates a ZModem upload\n"
"~ Zmodem Download ~ Initiates a ZModem download\n"
"~ Upload ~ Initiates a ZModem upload\n"
"~ Download ~ Initiates a ZModem download\n"
"~ Change Output Rate ~ Changes the speed charaters are output to the screen\n"
"~ Change Log Level ~ Changes the minimum log leve for ZModem information\n"
"~ Capture Control ~ Enables/Disables screen capture\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment