The link in the new special page ListGroupRights should be in the content language, and not in the user language.
So please change the line
$r[] = wfMsgExt( 'listgrouprights-link', array( 'parseinline' ), $permission );
to
$r[] = wfMsgExt( 'listgrouprights-link', array( 'parseinline', 'content' ), $permission );
Version: 1.13.x
Severity: normal