This commit is contained in:
parent
bd0c9970ab
commit
84a519279d
@ -1440,7 +1440,10 @@ namespace fmtxml
|
|||||||
"{First Step}",
|
"{First Step}",
|
||||||
"{First Step}, {.}, {.}, {.} and {Last Step}",
|
"{First Step}, {.}, {.}, {.} and {Last Step}",
|
||||||
"{First Step} thru {Last Step} of {?.Proc Num}, {?.Proc Title}, {?.Sect Hdr}",
|
"{First Step} thru {Last Step} of {?.Proc Num}, {?.Proc Title}, {?.Sect Hdr}",
|
||||||
"{?.Sect Title}, Step {First Step}",
|
// The section transition had <Section Title> for the following, but the 16-bit code
|
||||||
|
// put in the number & title, so 32-bit uses '{?.Sect Hdr}'. This will need to be
|
||||||
|
// tested for formats that actually use <Section Title>: AEP, BGE, FNP, NSP. OHLP did not.
|
||||||
|
"{?.Sect Hdr}, Step {First Step}",
|
||||||
"{Proc Num}, {Proc Title}, {?.Sect Hdr}, Step {First Step}"
|
"{Proc Num}, {Proc Title}, {?.Sect Hdr}, Step {First Step}"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user