This commit is contained in:
Kathy Ruffing 2010-10-25 17:17:30 +00:00
parent bd0c9970ab
commit 84a519279d

View File

@ -1440,7 +1440,10 @@ namespace fmtxml
"{First Step}",
"{First Step}, {.}, {.}, {.} and {Last Step}",
"{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}"
};