diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2024-01-11 19:49:32 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2024-01-15 01:18:34 +0100 |
commit | d33c78198fbb0d56f08eb265d6ce432b1a7f66b1 (patch) | |
tree | 222c540dbf86451e13174d6e98b22abde8cfd0e2 /source/text/sbasic | |
parent | 85b7b1975b0b8a9afd1abfc94c69f1152400ce04 (diff) |
Fix strings in sf_dialogcontrol.xhp
Change-Id: Idf185b763d6a566d39bf7403015fc961d53ab614
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/161935
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source/text/sbasic')
-rw-r--r-- | source/text/sbasic/shared/03/sf_dialogcontrol.xhp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/sbasic/shared/03/sf_dialogcontrol.xhp b/source/text/sbasic/shared/03/sf_dialogcontrol.xhp index 95badd3d29..2e93839ff5 100644 --- a/source/text/sbasic/shared/03/sf_dialogcontrol.xhp +++ b/source/text/sbasic/shared/03/sf_dialogcontrol.xhp @@ -109,7 +109,7 @@ <paragraph id="par_id641687788755743" role="tablecontent" localize="false">• ListBox<br/>• NumericField<br/>• PatternField<br/>• ProgressBar<br/>• RadioButton<br/>• ScrollBar</paragraph> </tablecell> <tablecell> - <paragraph id="par_id271687789435391" role="tablecontent">• TableControl<br/>• TextField<br/>• TimeField<br/>• TreeControl<br/> <br/> </paragraph> + <paragraph id="par_id271687789435391" role="tablecontent" localize="false">• TableControl<br/>• TextField<br/>• TimeField<br/>• TreeControl<br/> <br/> </paragraph> </tablecell> </tablerow> </table> @@ -148,7 +148,7 @@ <paragraph id="par_id231589538847029" role="tablecontent" localize="false" xml-lang="en-US">Button, …</paragraph> </tablecell> <tablecell> - <paragraph id="par_id771583778386455" role="tablecontent" xml-lang="en-US">The Border property refers to the surrounding of the control: 3D, FLAT or NONE.</paragraph> + <paragraph id="par_id771583778386455" role="tablecontent" xml-lang="en-US">The <literal>Border</literal> property refers to the surrounding of the control: "3D", "FLAT" or "NONE".</paragraph> </tablecell> </tablerow> <tablerow> @@ -799,7 +799,7 @@ </tablecell> </tablerow> </table> - <note id="par_id61687963745108">There's no <literal>Value</literal> property for GroupBox, Hyperlink, ImageControl and TreeControl dialog controls.</note> + <note id="par_id61687963745108">There is no <literal>Value</literal> property for <literal>GroupBox</literal>, <literal>Hyperlink</literal>, <literal>ImageControl</literal> and <literal>TreeControl</literal> dialog controls.</note> <h2 id="hd_id421612628828054" xml-lang="en-US">Event properties</h2> <embed href="text/sbasic/shared/03/sf_dialog.xhp#OnEventsDefinition"/> |