diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-09-27 05:48:15 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-09-30 15:55:54 +0200 |
commit | 2d9ad5a39e416c967af625426572b68498d3c68b (patch) | |
tree | ed46f7dfa52cb1a3797b2aeb30c319ce219add71 | |
parent | 692cf2deaf301a4fb1bce976a9f16e28c5f3c895 (diff) |
tdf#144713 rename tab indices -> tab order in group controls
Change-Id: I0e4bf13841b104b6f7f0765a933f4ba13fbdd3c1
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/122679
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sbasic/shared/02/20000000.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/02/20000000.xhp b/source/text/sbasic/shared/02/20000000.xhp index 1af386f3e9..c6c9c97f8c 100644 --- a/source/text/sbasic/shared/02/20000000.xhp +++ b/source/text/sbasic/shared/02/20000000.xhp @@ -137,7 +137,7 @@ <image id="img_id3146921" src="cmd/sc_radiobutton.png" width="1cm" height="1cm"><alt id="alt_id3146921" xml-lang="en-US">Icon Option Button</alt></image></paragraph> </tablecell> <tablecell> -<paragraph role="paragraph" id="par_id3153575" xml-lang="en-US"><ahelp hid=".uno:Radiobutton">Adds a button that allows a user to select from a number of options.</ahelp> Grouped option buttons must have consecutive tab indices. They are commonly encircled by a group box. If you have two groups of option buttons, you must insert a tab index between the tab indices of the two groups on the group frame.</paragraph> +<paragraph role="paragraph" id="par_id3153575" xml-lang="en-US"><ahelp hid=".uno:Radiobutton">Adds a button that allows a user to select from a number of options.</ahelp> Grouped option buttons must have consecutive tab order. They are commonly encircled by a group box. If you have two groups of option buttons, you must insert a tab order between the tab orders of the two groups. For example, to the frame of the second group, or to any other control in the dialog, with the exception of another option button.</paragraph> </tablecell> </tablerow> </table> |