In the attached file AAASelectRibbon.h there are two entries at the end:
#define InternalCmd2_LabelTitle_RESID 60132
#define InternalCmd4_LabelTitle_RESID 60133
As a result, the resource ID of the previous "valid" element IdStrGrpInstallX is overwritten in the MarkupGenerator.pas file ("ExtractMarkupElements" method).
A correction would be that the name of the current element is compared with the line to be processed and the line is only processed if they match.
end else
begin
if lLineArray [1] .Contains (lElement.Name) then
begin
if lLineArray [1] .Contains (cLabelTitle) then
begin
UIRibbon.zip