Actions
Bug #18713
closedOpenDocs Icons: Hardcoded labels in title and alt-attributes
Start date:
2008-04-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Title and alt attributes from OpenDocs icon in
backends upper right corner are hardcoded and not be able to translate.
Solution:
Replace the hardcoded label in
typo3_src-4.2.0/typo3/sysext/opendocs/class.tx_opendocs.php
with
$GLOBALS['LANG']->sL('LLL:EXT:opendocs/locallang_opendocs.php:open_docs');
(issue imported from #M8271)
Files
No data to display
Actions