Skip to content
Snippets Groups Projects
Commit f8e57aaa authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Don't double-space between file locations.

Don't want to have to scroll here.
parent 762c06d5
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -3318,17 +3318,17 @@ show_bbslist(char *current, int connected)
asprintf(&p,
"`SyncTERM File Locations`\n\n"
"~ Global Dialing Directory (Read-Only) ~\n"
" %s\n\n"
" %s\n"
"~ Personal Dialing Directory ~\n"
" %s\n\n"
" %s\n"
"~ Configuration File ~\n"
" %s\n\n"
" %s\n"
"~ Default download Directory ~\n"
" %s\n\n"
" %s\n"
"~ Cache Directory ~\n"
" %s\n\n"
" %s\n"
"~ SSH Keys File ~\n"
" %s\n\n",
" %s\n",
shared_list,
personal_list,
setting_file,
......
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