Fixed the Through transiton so that it will not put the trailing “in…” if the transition is referring to the current section.
This commit is contained in:
@@ -83,6 +83,7 @@ namespace fmtxml
|
||||
private void AddMCGfmtOVR(ref FormatData fmtdata) // McGuire
|
||||
{
|
||||
// Transitions
|
||||
fmtdata.TransData.TransTypeData[3].TransFormat = "{First Step} through {Last Step} of {?.Proc Num} ({?.Proc Title}) ({?.Sect Hdr})";
|
||||
fmtdata.TransData.TransTypeData[3].TransUI = "ProcMenu, SectMenuStep, StepFirst, StepLast";
|
||||
|
||||
fmtdata.TransData.TransTypeData[4].TransFormat = "{Sect Num} ({Sect Title}), Step {First Step}";
|
||||
|
Reference in New Issue
Block a user