Control: tags -1 + pending
Holger Wansing <li...@wansing-online.de> wrote: > I am working on a fix for that, making the ids unique like > > - ./preparing/bios-setup/i386.xml: <sect2 arch="any-x86" > id="boot-dev-select"><title>Boot Device Selection</title> > - ./preparing/bios-setup/arm.xml: <sect2 arch="arm64" > id="boot-dev-select"><title>Boot Device Selection</title> > + ./preparing/bios-setup/i386.xml: <sect2 arch="any-x86" > id="boot-dev-select-x86"><title>Boot Device Selection</title> > + ./preparing/bios-setup/arm.xml: <sect2 arch="arm64" > id="boot-dev-select-arm64"><title>Boot Device Selection</title> > > Performing that on all relevant fixes all those warnings. > The fix needs to unfuzzy translations as well, so please be patient :-) Fix committed, tagging bug as pending. Holger