Bug #21741
closedMenu Update broken in EM when Using translated Backend
0%
Description
#21109 introduced labels in Extension Manager.
Sadly in Revision 6042 introduced labels for fixed configuration flags as you can see in lines 4001ff on http://forge.typo3.org/repositories/diff/typo3v4-core/trunk/typo3/mod/tools/em/class.em_index.php?rev=6042
If this config flags are translated, EM for shure cannot react to them correctly and so - if using translations - for example won't update you module menu.
I did a patch "reverting" these lines. See patch attached.
(issue imported from #M12841)
Files
Updated by Chris topher almost 15 years ago
The texts are used in the details view of an extension.
Have a look at the values in the section "Installation status".
So the patch should not only fix the translated flags, but also preserve the translated output! Please take care of this!