Updated helplines
This commit is contained in:
@@ -422,7 +422,7 @@ int EditFGrpRec(int Area)
|
||||
case 5: fgroup.UpLink = PullUplink((char *)"10.1.5");
|
||||
FgScreen();
|
||||
break;
|
||||
case 6: E_STR( 11,16,12,fgroup.AreaFile, "The name of the ^Areas File^ from the uplink")
|
||||
case 6: E_STR( 11,16,12,fgroup.AreaFile, "The name of the ^Areas File^ from the uplink (case sensitive)")
|
||||
case 7: E_BOOL(12,16, fgroup.FileGate, "Is the areas file in ^filegate.zxx^ format")
|
||||
case 8: E_STR( 13,16,14,fgroup.Banner, "The ^banner^ to add to the archives")
|
||||
case 9: strcpy(fgroup.Convert, PickArchive((char *)"10.1.9"));
|
||||
|
@@ -426,7 +426,7 @@ int EditMGrpRec(int Area)
|
||||
case 18:mgroup.UpLink = PullUplink((char *)"9.1.18");
|
||||
MgScreen();
|
||||
break;
|
||||
case 19:E_STR( 19,42,12, mgroup.AreaFile, "The name of the ^Areas File^ from the uplink")
|
||||
case 19:E_STR( 19,42,12, mgroup.AreaFile, "The name of the ^Areas File^ from the uplink (case sensitive)")
|
||||
case 20:mgroup.Charset = edit_charset(14, 70, mgroup.Charset);
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user