diff --git a/src/sbbs3/scfg/scfgxtrn.c b/src/sbbs3/scfg/scfgxtrn.c
index 1952ab16f00994b88c56bd1eae3e3b159995bbf1..9cdaab1133dfe876e59bac448475256a9b44d11d 100644
--- a/src/sbbs3/scfg/scfgxtrn.c
+++ b/src/sbbs3/scfg/scfgxtrn.c
@@ -1605,8 +1605,8 @@ This is the internal code for the external editor.
 		sprintf(opt[k++],"%-32.32s%s","Quoted Text"
 			,cfg.xedit[i]->misc&QUOTEALL ? "All":cfg.xedit[i]->misc&QUOTENONE
 				? "None" : "Prompt User");
-		sprintf(opt[k++],"%-32.32s%s","QuickBBS Style (MSGTMP)"
-			,cfg.xedit[i]->misc&QUICKBBS ? "Yes":"No");
+		sprintf(opt[k++],"%-32.32s%s","Editor Information Files"
+			,cfg.xedit[i]->misc&QUICKBBS ? "QuickBBS MSGINF/MSGTMP":"WWIV EDITOR.INF/RESULT.ED");
 		sprintf(opt[k++],"%-32.32s%s","Expand Line Feeds to CRLF"
 			,cfg.xedit[i]->misc&EXPANDLF ? "Yes":"No");
 		sprintf(opt[k++],"%-32.32s%s","Strip FidoNet Kludge Lines"
@@ -1795,17 +1795,17 @@ drop file (like SyncEdit v2.x).
                 break;
 			case 8:
 				k=cfg.xedit[i]->misc&QUICKBBS ? 0:1;
-				strcpy(opt[0],"Yes");
-				strcpy(opt[1],"No");
+				strcpy(opt[0],"QuickBBS MSGINF/MSGTMP");
+				strcpy(opt[1],"WWIV EDITOR.INF/RESULT.ED");
 				opt[2][0]=0;
 				SETHELP(WHERE);
 /*
-QuickBBS Style (MSGTMP):
+Editor Information File:
 
 If this external editor uses the QuickBBS style MSGTMP interface, set
-this option to Yes.
+this option to ~QuickBBS MSGINF/MSGTMP~, otherwise set to ~WWIV EDITOR.INF/RESULT.ED~.
 */
-				k=uifc.list(WIN_MID|WIN_SAV,0,0,0,&k,0,"QuickBBS Style (MSGTMP)"
+				k=uifc.list(WIN_MID|WIN_SAV,0,0,0,&k,0,"Editor Information Files"
 					,opt);
 				if(!k && !(cfg.xedit[i]->misc&QUICKBBS)) {
 					cfg.xedit[i]->misc|=QUICKBBS;