Skip to content
Snippets Groups Projects
Commit abaab88f authored by Markus Klein's avatar Markus Klein Committed by Stefan Neufeind
Browse files

[BUGFIX] Revert modified label and add new one

Followup to #63252

Resolves: #63343
Releases: master
Change-Id: Icde3efdb462a2b95651f42dca680d5cee5689856
Reviewed-on: http://review.typo3.org/34634


Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarStefan Neufeind <typo3.neufeind@speedpartner.de>
Tested-by: default avatarStefan Neufeind <typo3.neufeind@speedpartner.de>
parent 3f73eaa9
Branches
Tags
No related merge requests found
......@@ -101,7 +101,7 @@ class DatabaseIntegrityView {
// Values NOT in this array will not be saved in the settings-array for the module.
$this->MOD_MENU = array(
'function' => array(
0 => $GLOBALS['LANG']->getLL('menu', TRUE),
0 => $GLOBALS['LANG']->getLL('menuTitle', TRUE),
'records' => $GLOBALS['LANG']->getLL('recordStatistics', TRUE),
'relations' => $GLOBALS['LANG']->getLL('databaseRelations', TRUE),
'search' => $GLOBALS['LANG']->getLL('fullSearch', TRUE),
......
......@@ -3,7 +3,10 @@
<file t3:id="1415814898" source-language="en" datatype="plaintext" original="messages" date="2011-10-17T20:22:34Z" product-name="lowlevel">
<header/>
<body>
<trans-unit id="menu" xml:space="preserve">
<trans-unit id="menu" xml:space="preserve" deprecated="Unused since CMS 7">
<source>[ MENU ]</source>
</trans-unit>
<trans-unit id="menuTitle" xml:space="preserve">
<source>Overview</source>
</trans-unit>
<trans-unit id="recordStatistics" xml:space="preserve">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment