From f7c76d9380f6bc23c581fffb37652095b7748c26 Mon Sep 17 00:00:00 2001 From: Markus Klein <klein.t3@reelworx.at> Date: Wed, 26 Nov 2014 19:58:37 +0100 Subject: [PATCH] Revert "[TASK] Filelist Module: Rename to media" This reverts commit 697bd8afb86d3e3631bd4f05071cf5bef434d43f. Changing existing labels is prohibited. Therefore we undo this change. Change-Id: Ib481ad8e07641a9b6205136f7fcd5d8ad120fe12 Resolves: #63351 Reverts: #63230 Releases: master Reviewed-on: http://review.typo3.org/34648 Reviewed-by: Markus Klein <klein.t3@reelworx.at> Tested-by: Markus Klein <klein.t3@reelworx.at> --- typo3/sysext/lang/locallang_mod_file_list.xlf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/lang/locallang_mod_file_list.xlf b/typo3/sysext/lang/locallang_mod_file_list.xlf index d028d8162322..bb385a43b449 100644 --- a/typo3/sysext/lang/locallang_mod_file_list.xlf +++ b/typo3/sysext/lang/locallang_mod_file_list.xlf @@ -73,7 +73,7 @@ <source>This is the file administration system in TYPO3. It allows you to access the file mounts of your login. Through this module you can upload, copy, move an delete files on the server.</source> </trans-unit> <trans-unit id="mlang_tabs_tab" xml:space="preserve"> - <source>Media</source> + <source>Filelist</source> </trans-unit> <trans-unit id="write" xml:space="preserve"> <source>W</source> -- GitLab