Skip to content
Snippets Groups Projects
Commit 7ad226dc authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix URL typo in ALPHA notice.

And a couple of minor cosmetic adjustments.
parent c6cf19cb
No related branches found
No related tags found
No related merge requests found
......@@ -1622,20 +1622,20 @@ int main(int argc, char **argv)
#ifdef ALPHA
init_uifc(TRUE, TRUE);
uifc.showbuf(WIN_SAV|WIN_MID|WIN_HLP, 0, 0, 76, uifc.scrn_len - 2, "WARNING: ALPHA VERSION",
"This is an ~`ALPHA`~ version\n\n"
"This is an ~`ALPHA`~ version\n"
"\n"
"It has both known and unknown issues and is not believed to be suitable\n"
"for use. By using it, you are agreeing to be free QA to find and report bugs.\n"
"\n"
"There are expected to be many bugs.\n"
"\n"
"Bugs should be reported at http://sf/net/p/syncterm/tickets/\n"
"Bugs should be reported at `http://sf.net/p/syncterm/tickets/`\n"
"when reporting bugs, please register with a valid email so I can follow\n"
"up with additional questions.\n"
"\n"
"This message will appear every time you start this program. Please\n"
"consider running the latest release from:\n"
"https://sourceforge.net/projects/syncterm/files/latest/download\n"
"`https://sourceforge.net/projects/syncterm/files/latest/download`\n"
"if you want a terminal that works.",
NULL, NULL);
uifcbail();
......
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