From: Jan Helke Date: Thu, 29 Jan 2015 15:29:04 +0000 (+0100) Subject: [TASK] Add title to "Translate metadata" button X-Git-Tag: 7.1.0~261 X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/commitdiff_plain/a6019ea817d5c3600b25435a84438fbadda197f3 [TASK] Add title to "Translate metadata" button With this patch the button that toggles the metadata translation button gets a title. Resolves: #60434 Releases: master Change-Id: Id639c6c2094318b430d5689ddbd733cae5fc46cd Reviewed-on: http://review.typo3.org/36362 Reviewed-by: Zbigniew Jacko Tested-by: Zbigniew Jacko Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn --- diff --git a/typo3/sysext/filelist/Classes/FileList.php b/typo3/sysext/filelist/Classes/FileList.php index f1b0bc51ca46..5ad5573c5f02 100644 --- a/typo3/sysext/filelist/Classes/FileList.php +++ b/typo3/sysext/filelist/Classes/FileList.php @@ -653,7 +653,12 @@ class FileList extends \TYPO3\CMS\Backend\RecordList\AbstractRecordList { $theData[$field] = ' '; $theData[$field] .= '' . - IconUtility::getSpriteIcon('mimetypes-x-content-page-language-overlay') . ''; + IconUtility::getSpriteIcon( + 'mimetypes-x-content-page-language-overlay', + array( + 'title' => $GLOBALS['LANG']->getLL('translateMetadata') + ) + ) . ''; } break; case '_REF_': diff --git a/typo3/sysext/lang/locallang_mod_file_list.xlf b/typo3/sysext/lang/locallang_mod_file_list.xlf index bb385a43b449..44ec784dde55 100644 --- a/typo3/sysext/lang/locallang_mod_file_list.xlf +++ b/typo3/sysext/lang/locallang_mod_file_list.xlf @@ -111,6 +111,9 @@ The folder "%s" cannot be accessed. Trying to use parent folder(s). + + Translate metadata +