Bug #15326
closed"Edit Page Properties"-BigButton Language Label (web>page module)
0%
Description
The Label remains untranslated (maybe in all languages).
In Version 3.8´s typo3/sysext/cms/layout/class.tx_cms_layout.php line 705 the label for the "Edit Page Title"-BigButton was called as
$GLOBALS['LANG']->getLL('editPageTitle').
This has changed to
$GLOBALS['LANG']->getLL('editPageProperties')
on line 722 maybe as a solution for BugId 1672 (part of the gremlins as well).
This label seems not to be included in the language packs at the moment (checked csh_de and csh_fr).
(issue imported from #M2125)
Updated by Sebastian Kurfuerst almost 19 years ago
Yes, you are right. The translators will take care of that I think.
Greets, Sebastian
Updated by Michael Stucki almost 19 years ago
This will have to be fixed by the Translators. As far as I know, Kasper is going to merge the current core with his translation system when RC1 comes out.
If it won't change even then, please remind me again.