Actions
Bug #57198
closedOption labels not translated anymore
Status:
Closed
Priority:
Must have
Assignee:
Category:
Extension Manager
Target version:
Start date:
2014-03-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:
Description
The configuration options labels are not translated anymore in the Extension Manger.
This is due to a recent refactoring, which encapsulated the translation process in a separate method, but forgot to return the translated value.
Updated by Francois Suter over 10 years ago
How to reproduce:
- go to the Extension Manager
- open the configuration view of an extension with localized labels, "news" for example
- the labels are mangled, because "LLL:" is used as the header and the rest of the localization key as description
- apply the patch
- the translations look good again
Updated by Gerrit Code Review over 10 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28657
Updated by Francois Suter over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 69b35c833be379e3c49e210f5036d27b727416e3.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions