Hi, When an authority is automaticaly created, marc field 667$a contains "Machine generated authority record". I don't find this string in the translation file (fr-CA or fr-FR) Regards, Marjorie
In Biblio.pm: 571 $marcrecordauth->insert_fields_ordered( 572 MARC::Field->new( 573 '667', '', '', 574 'a' => "Machine generated authority record." 575 ) 576 ); Looks like it dates back to 2011 and Bug 7284.
Not sure when it was added, but that text is now configurable in the GenerateAuthorityField667 system preference.