diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-03-08 14:28:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 14:28:39 +0100 |
commit | 45fa14e1ae2740cef7c9396e671c0754191c7117 (patch) | |
tree | b41712161244dc6987eb2e61989ef43448679fd6 /doc/classes | |
parent | f470979732513436124c01a465b22f948637b5fa (diff) | |
parent | c0381594c35885c3cb8aa595e72518fe4fc47b41 (diff) |
Merge pull request #58850 from YeldhamDev/more_tab_regressions
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/TabContainer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/TabContainer.xml b/doc/classes/TabContainer.xml index 3ff4dffe65..bdc73ee3c4 100644 --- a/doc/classes/TabContainer.xml +++ b/doc/classes/TabContainer.xml @@ -121,7 +121,7 @@ <argument index="0" name="tab_idx" type="int" /> <argument index="1" name="title" type="String" /> <description> - Sets a custom title for the tab at index [code]tab_idx[/code] (tab titles default to the name of the indexed child node). Set it to blank to make it the child's name again. + Sets a custom title for the tab at index [code]tab_idx[/code] (tab titles default to the name of the indexed child node). Set it back to the child's name to make the tab default to it again. </description> </method> </methods> |