Actions
Feature #41068
closedTranslated content element missing label
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-09-19
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Dear All,
I have add this to my typo3conf/extTable.php
if(!empty($GLOBALS['TCA']['tt_content']['palettes']4)) {
t3lib_extMgm::addFieldsToPalette('tt_content', 4, 'l18n_parent', 'after:sys_language_uid');
}
When I change my language from default ot Italiano (i.e Deutsch is my default and Italiano is my second language) the parent selectbox is shown but the label is not translated; it shows the label: "Transl.Orig:" instead of "Parent".
Is there any suggestion or idea to deal?
Man
Thanks,
Actions