source/text/sbasic/python/python_screen.xhp |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 1002c14fea296c23e997dfef17c2247eeba19a70
Author:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
AuthorDate: Tue Feb 12 02:05:15 2019 -0600
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Tue Feb 12 02:05:15 2019 -0600

    Remove Britishism
    
    That’s what we have the en-GB localization for.
    
    Change-Id: I43cf1231fbc82e7467562f4fe16cfba44db83553

diff --git a/source/text/sbasic/python/python_screen.xhp 
b/source/text/sbasic/python/python_screen.xhp
index a3d8077ee..33f37f2a0 100644
--- a/source/text/sbasic/python/python_screen.xhp
+++ b/source/text/sbasic/python/python_screen.xhp
@@ -52,19 +52,19 @@
         <paragraph role="pycode" localize="false" id="N0455">from __future__ 
import unicode_literals</paragraph>
         <paragraph role="pycode" localize="false" id="N0456"></paragraph>
         <paragraph role="pycode" localize="false" id="N0466">def 
MsgBox(prompt: str, buttons=0, title=&apos;LibreOffice&apos;) -&gt; 
int:</paragraph>
-        <paragraph role="pycode" id="N0467">    &quot;&quot;&quot; Displays a 
dialogue box containing a message and returns a 
value.&quot;&quot;&quot;</paragraph>
+        <paragraph role="pycode" id="N0467">    &quot;&quot;&quot; Displays a 
dialog box containing a message and returns a 
value.&quot;&quot;&quot;</paragraph>
         <paragraph role="pycode" localize="false" id="N0468">    xScript = 
_getScript(&quot;_MsgBox&quot;)</paragraph>
         <paragraph role="pycode" localize="false" id="N0469">    res = 
xScript.invoke((prompt,buttons,title), (), ())</paragraph>
         <paragraph role="pycode" localize="false" id="N0470">    return 
res[0]</paragraph>
         <paragraph role="pycode" localize="false" id="N0471"></paragraph>
         <paragraph role="pycode" localize="false" id="N0472">def 
InputBox(prompt: str, title=&apos;LibreOffice&apos;, defaultValue=&apos;&apos;) 
-&gt; str:</paragraph>
-        <paragraph role="pycode" id="N0473">    &quot;&quot;&quot; Displays a 
prompt in a dialogue box at which the user can enter 
text.&quot;&quot;&quot;</paragraph>
+        <paragraph role="pycode" id="N0473">    &quot;&quot;&quot; Displays a 
prompt in a dialog box at which the user can enter 
text.&quot;&quot;&quot;</paragraph>
         <paragraph role="pycode" localize="false" id="N0474">    xScript = 
_getScript(&quot;_InputBox&quot;)</paragraph>
         <paragraph role="pycode" localize="false" id="N0475">    res = 
xScript.invoke((prompt,title,defaultValue), (), ())</paragraph>
         <paragraph role="pycode" localize="false" id="N0476">    return 
res[0]</paragraph>
         <paragraph role="pycode" localize="false" id="N0477"></paragraph>
         <paragraph role="pycode" localize="false" id="N0478">def 
Print(message: str):</paragraph>
-        <paragraph role="pycode" id="N0479">    &quot;&quot;&quot;Outputs the 
specified strings or numeric expressions in a dialogue 
box.&quot;&quot;&quot;</paragraph>
+        <paragraph role="pycode" id="N0479">    &quot;&quot;&quot;Outputs the 
specified strings or numeric expressions in a dialog 
box.&quot;&quot;&quot;</paragraph>
         <paragraph role="pycode" localize="false" id="N0480">    xScript = 
_getScript(&quot;_Print&quot;)</paragraph>
         <paragraph role="pycode" localize="false" id="N0481">    
xScript.invoke((message,), (), ())</paragraph>
         <paragraph role="pycode" localize="false" id="N0482"></paragraph>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to