https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17139 --- Comment #3 from Marc Véron <veron@veron.ch> --- (In reply to Marc Véron from comment #1)
...but we have: <span class="UF"><abbr title="Used For">
Inside abbr tag, "Used For" should be translatable (is picked by translation process).
Tested in current translation. The text is picked and is properly translated. Example for manage-marc-import.tt English: <abbr title="Differences between the original biblio and the imported" lang="en">Diff</abbr> German: <abbr title="Unterschiede zwischen Originaltitelsatz und importiertem Titelsatz" lang="en">Diff</abbr> Minor issue: The lang tag remains "en", here it should be "de" for German. IMO the lang tag could be removed because the language is declared at the top of the page: <html lang="de-DE"> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.