source/text/sbasic/python/python_platform.xhp |    2 +-
 source/text/sbasic/shared/property.xhp        |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 9be45efd580a6177315b848e0ff226a4c8070f2e
Author:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
AuthorDate: Thu Mar 5 16:29:35 2020 -0600
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Thu Mar 5 16:29:47 2020 -0600

    Fix a couple of product names
    
    Change-Id: I7d1fffadc0bcaec4ec9e9d43c9d9bb3351d570b7

diff --git a/source/text/sbasic/python/python_platform.xhp 
b/source/text/sbasic/python/python_platform.xhp
index 95792c229..364e067f3 100644
--- a/source/text/sbasic/python/python_platform.xhp
+++ b/source/text/sbasic/python/python_platform.xhp
@@ -62,7 +62,7 @@
         <paragraph role="bascode" localize="false" id="N0540">End Property 
&apos; Platform.DirSeparator</paragraph>
         <paragraph role="bascode" localize="false" id="N0541"></paragraph>
         <paragraph role="bascode" localize="false" id="N0542">Public Property 
Get IsLinux As Boolean</paragraph>
-        <paragraph role="bascode" localize="false" id="N0543">    isLinux = ( 
GetGUIType()=4 ) &apos; Applies to MacOS X as well </paragraph>
+        <paragraph role="bascode" localize="false" id="N0543">    isLinux = ( 
GetGUIType()=4 ) &apos; Applies to macOS as well </paragraph>
         <paragraph role="bascode" localize="false" id="N0544">End Property 
&apos; Platform.isLinux</paragraph>
         <paragraph role="bascode" localize="false" id="N0545"></paragraph>
         <paragraph role="bascode" localize="false" id="M0542">Public Property 
Get IsMacOSX As Boolean</paragraph>
diff --git a/source/text/sbasic/shared/property.xhp 
b/source/text/sbasic/shared/property.xhp
index 1a4cfd3d1..052c25aff 100644
--- a/source/text/sbasic/shared/property.xhp
+++ b/source/text/sbasic/shared/property.xhp
@@ -40,7 +40,7 @@
       <paragraph role="bascode" localize="false" id="N0189">Option 
Compatible</paragraph>
       <paragraph role="bascode" localize="false" id="N0190">Sub 
Main</paragraph>
       <paragraph role="bascode" localize="false" id="N0191">    ProductName = 
&quot;Office&quot;</paragraph>
-      <paragraph role="bascode" xml-lang="en-US" id="N0192">    Print 
ProductName &apos; displays &quot;LibreOffice&quot;</paragraph>
+      <paragraph role="bascode" xml-lang="en-US" id="N0192">    Print 
ProductName &apos; displays &quot;%PRODUCTNAME&quot;</paragraph>
       <paragraph role="bascode" localize="false" id="N0193">End Sub</paragraph>
       <paragraph role="bascode" localize="false" id="N0194"></paragraph>
       <paragraph role="bascode" localize="false" id="N0195">Private _office As 
String</paragraph>
@@ -58,7 +58,7 @@
       <paragraph role="bascode" localize="false" id="N0205">    Static this As 
String</paragraph>
       <paragraph role="bascode" localize="false" id="N0206">    If this = 
&quot;&quot; Then : Select Case GetGuiType()</paragraph>
       <paragraph role="bascode" localize="false" id="N0207">        Case 1 : 
this = &quot;;&quot; &apos; Windows</paragraph>
-      <paragraph role="bascode" xml-lang="en-US" id="N0208">        Case 4 : 
this = &quot;:&quot; &apos; Linux or MacOS X</paragraph>
+      <paragraph role="bascode" xml-lang="en-US" id="N0208">        Case 4 : 
this = &quot;:&quot; &apos; Linux or macOS</paragraph>
       <paragraph role="bascode" xml-lang="en-US" id="N0209">        Case Else 
: Error 423 &apos; Property or method not defined: PathDelimiter</paragraph>
       <paragraph role="bascode" localize="false" id="N0210">    End Select : 
End If</paragraph>
       <paragraph role="bascode" localize="false" id="N0211">    PathDelimiter 
= this</paragraph>
@@ -99,4 +99,4 @@
          <embed href="text/sbasic/shared/compatible.xhp#compatiblestatement"/>
       </section>
    </body>
-</helpdocument>
\ No newline at end of file
+</helpdocument>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to