Вроде нашел методом тыка это место в файле www_root/components/bitrix/news.detail/single/template.php:
<?if (count($arResult["MORE_PHOTO"]) > 0) :?>
<div class="fancy-title title-bottom-border bottommargin-sm">
<h3><?=Loc::getMessage("MD_ND_GALLERY"); ?></h3>
</div>
И где теперь искать где задается этот MD_ND_GALLERY?
<?if (count($arResult["MORE_PHOTO"]) > 0) :?>
<div class="fancy-title title-bottom-border bottommargin-sm">
<h3><?=Loc::getMessage("MD_ND_GALLERY"); ?></h3>
</div>
И где теперь искать где задается этот MD_ND_GALLERY?