source/text/sbasic/shared/03/sf_dialogcontrol.xhp |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit d33c78198fbb0d56f08eb265d6ce432b1a7f66b1
Author:     Rafael Lima <rafael.palma.l...@gmail.com>
AuthorDate: Thu Jan 11 19:49:32 2024 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Mon Jan 15 01:18:34 2024 +0100

    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 <fit...@ubuntu.com>

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">&#8226; ListBox<br/>&#8226; NumericField<br/>&#8226; 
PatternField<br/>&#8226; ProgressBar<br/>&#8226; RadioButton<br/>&#8226; 
ScrollBar</paragraph>
        </tablecell>
        <tablecell>
-           <paragraph id="par_id271687789435391" role="tablecontent">&#8226; 
TableControl<br/>&#8226; TextField<br/>&#8226; TimeField<br/>&#8226; 
TreeControl<br/> <br/> </paragraph>
+           <paragraph id="par_id271687789435391" role="tablecontent" 
localize="false">&#8226; TableControl<br/>&#8226; TextField<br/>&#8226; 
TimeField<br/>&#8226; 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"/>

Reply via email to