Skip to content

Commit

Permalink
[TASK] Changed label for page_tree_stop
Browse files Browse the repository at this point in the history
Clearified the message of the label of the field.
Added tooltip for a better explanation.

Resolves: #84580
Releases: master, 8.7
Change-Id: I13488115161a949193b2c5765b29407437f6b1ea
Reviewed-on: https://review.typo3.org/58828
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Riccardo De Contardi <erredeco@gmail.com>
Tested-by: Riccardo De Contardi <erredeco@gmail.com>
Reviewed-by: Daniel Goerz <daniel.goerz@posteo.de>
Tested-by: Daniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
  • Loading branch information
Teilzeitphilosoph authored and maddy2101 committed Nov 2, 2018
1 parent c3e7779 commit f347a31
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Expand Up @@ -149,6 +149,9 @@ When specific pages need a longer or shorter cache lifetime than the default, th
<trans-unit id="no_search.description">
<source>If enabled, this option excludes the page from searching operations on the website.</source>
</trans-unit>
<trans-unit id="php_tree_stop.description">
<source>If enabled, this option excludes the subtree from rendering in the backend.</source>
</trans-unit>
<trans-unit id="author.description">
<source>Enter the page author's name.</source>
</trans-unit>
Expand Down
Expand Up @@ -373,7 +373,7 @@
<source>Pagetitle</source>
</trans-unit>
<trans-unit id="php_tree_stop">
<source>Stop page tree</source>
<source>Hide child pages in page tree</source>
</trans-unit>
<trans-unit id="is_siteroot">
<source>Is root of website</source>
Expand Down
Expand Up @@ -337,7 +337,7 @@
<source>Media</source>
</trans-unit>
<trans-unit id="pages.php_tree_stop_formlabel">
<source>Stop Page Tree</source>
<source>Hide child pages in page tree</source>
</trans-unit>
<trans-unit id="pages.is_siteroot">
<source>Is Root of Website</source>
Expand Down

0 comments on commit f347a31

Please sign in to comment.