diff --git a/typo3/sysext/indexed_search/Classes/FileContentParser.php b/typo3/sysext/indexed_search/Classes/FileContentParser.php index 6c5fa0468c8328acb04529f423c305db8a361d63..2fbbba8a5db9418b79f3064bd92997af4b64cea5 100644 --- a/typo3/sysext/indexed_search/Classes/FileContentParser.php +++ b/typo3/sysext/indexed_search/Classes/FileContentParser.php @@ -396,7 +396,7 @@ class FileContentParser case 'jpg': case 'tif': // PHP EXIF - return sprintf($this->sL('LLL:EXT:indexed_search/Resources/Private/Language/locallang_main.xlf:extension.Images'), $extension); + return sprintf($this->sL('LLL:EXT:indexed_search/Resources/Private/Language/locallang_main.xlf:extension.images'), $extension); case 'html': case 'htm': // PHP strip-tags()