@@ -816,8 +816,8 @@ function getFileModificationHistory(): array {
816
816
817
817
if ( $ ac ['LANG ' ] != 'en ' )
818
818
{
819
- // XInclude failures are soft erros on translations, so replace
820
- // residual XInclude tags on translations to keep then building.
819
+ // XInclude failures are soft errors on translations, so remove
820
+ // residual XInclude tags on translations to keep them building.
821
821
822
822
$ explain = false ;
823
823
@@ -844,7 +844,7 @@ function getFileModificationHistory(): array {
844
844
// $fixup = "<varlistentry><term>></term><listitem><simpara></simpara></listitem></varlistentry>";
845
845
// break;
846
846
default :
847
- echo "Unknown parent element at XInclude failure : $ tagName \n" ;
847
+ echo "Unknown parent element of failed XInclude : $ tagName \n" ;
848
848
$ explain = true ;
849
849
continue 2 ;
850
850
}
@@ -863,8 +863,9 @@ function getFileModificationHistory(): array {
863
863
echo <<<MSG
864
864
\nIf you are seeing this message on a translation, this means that
865
865
XInclude/XPointers failures reported above are so many or unknown,
866
- so that configure.php cannot patch the translated manual in a consistent
867
- state. Please report this issue on the doc-base repository. \n\n
866
+ that configure.php cannot patch the translated manual into a validating
867
+ state. Please report any "Unknown parent" messages on the doc-base
868
+ repository, and focus on fixing XInclude/XPointers failures above. \n\n
868
869
MSG ;
869
870
exit (-1 ); // stop here, do not let more messages further confuse the matter
870
871
}
0 commit comments