From cf51ba3e24edf6f1802fd8072c4a8e0fa818e72a Mon Sep 17 00:00:00 2001 From: Elmar Hinz <t3elmar@gmail.com> Date: Sun, 7 May 2017 19:52:04 +0200 Subject: [PATCH] [TASK] Improve BE description of mount point overlay Give a more precise description of the mount point overlay behaviour: - Update labels of the page tree. - Update lables of the page form. Releases: master, 8.7 Resolves: #81163 Change-Id: Ib1046e5caf29e7126b05446d4d3063bb87e3c9fa Reviewed-on: https://review.typo3.org/52736 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Henrik Elsner <helsner@dfau.de> Tested-by: Henrik Elsner <helsner@dfau.de> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> --- .../Resources/Private/Language/locallang_tca.xlf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/typo3/sysext/frontend/Resources/Private/Language/locallang_tca.xlf b/typo3/sysext/frontend/Resources/Private/Language/locallang_tca.xlf index 55694d0af6ba..2ca37b31a5ad 100644 --- a/typo3/sysext/frontend/Resources/Private/Language/locallang_tca.xlf +++ b/typo3/sysext/frontend/Resources/Private/Language/locallang_tca.xlf @@ -307,22 +307,22 @@ <source>Show Content from Page</source> </trans-unit> <trans-unit id="pages.mount_pid"> - <source>Mount Point (advanced):</source> + <source>Mount Point of:</source> </trans-unit> <trans-unit id="pages.mount_pid_formlabel"> <source>Mounted page</source> </trans-unit> <trans-unit id="pages.mount_pid_ol"> - <source>Substitute Mount Point (this page) with Mounted page:</source> + <source>Mount Point redirects to mounted page</source> </trans-unit> <trans-unit id="pages.mount_pid_ol_formlabel"> - <source>Show Content from</source> + <source>Mount Point Display Option</source> </trans-unit> <trans-unit id="pages.mount_pid_ol.I.0"> - <source>This Page</source> + <source>Show this page</source> </trans-unit> <trans-unit id="pages.mount_pid_ol.I.1"> - <source>Mounted Page</source> + <source>Show the mounted page</source> </trans-unit> <trans-unit id="pages.abstract"> <source>Abstract:</source> -- GitLab