[Libreoffice-commits] help.git: source/text

Adolfo Jayme Barrientos (via logerrit) logerrit at kemper.freedesktop.org
Tue Oct 20 10:44:43 UTC 2020


 source/text/sbasic/shared/01020500.xhp        |    2 +-
 source/text/scalc/05/02140000.xhp             |    2 +-
 source/text/shared/guide/data_tabledefine.xhp |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 7abe7ed8b0635258116b95bd086119d968d31eca
Author:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
AuthorDate: Tue Oct 20 05:42:46 2020 -0500
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Tue Oct 20 05:42:51 2020 -0500

    tdf#137569 Fix the capitalization of the kilobyte symbol
    
    Change-Id: I1c3bad6a4eed2293fb1dd29344cf0f1369c0c40b

diff --git a/source/text/sbasic/shared/01020500.xhp b/source/text/sbasic/shared/01020500.xhp
index 297dfaab7..4be972c38 100644
--- a/source/text/sbasic/shared/01020500.xhp
+++ b/source/text/sbasic/shared/01020500.xhp
@@ -39,7 +39,7 @@
 <paragraph role="paragraph" id="par_id3150011" xml-lang="en-US">Libraries serve as a tool for organizing modules, and can either be attached to a document or a template. When the document or a template is saved, all modules contained in the library are automatically saved as well.</paragraph>
 <paragraph role="paragraph" id="par_id3151112" xml-lang="en-US">A library can contain up to 16,000 modules.</paragraph>
 <paragraph role="heading" id="hd_id3149262" xml-lang="en-US" level="2">Modules</paragraph>
-<paragraph role="paragraph" id="par_id3156441" xml-lang="en-US">A module contains SUBS and FUNCTIONS along with variable declarations. The length of the program that can be saved in a module is limited to 64 KB. If more space is required you can divide a $[officename] Basic project among several modules, and then save them in a single library.</paragraph>
+<paragraph role="paragraph" id="par_id3156441" xml-lang="en-US">A module contains SUBS and FUNCTIONS along with variable declarations. The length of the program that can be saved in a module is limited to 64 kB. If more space is required you can divide a $[officename] Basic project among several modules, and then save them in a single library.</paragraph>
 <paragraph role="heading" id="hd_id3152577" xml-lang="en-US" level="2">Dialog Modules</paragraph>
 <paragraph role="paragraph" id="par_id3149377" xml-lang="en-US">Dialog modules contain dialog definitions, including the dialog box properties, the properties of each dialog element and the events assigned. Since a dialog module can only contain a single dialog, they are often referred to as "dialogs".</paragraph>
 <section id="relatedtopics">
diff --git a/source/text/scalc/05/02140000.xhp b/source/text/scalc/05/02140000.xhp
index e1f2d3de3..583047ee5 100644
--- a/source/text/scalc/05/02140000.xhp
+++ b/source/text/scalc/05/02140000.xhp
@@ -182,7 +182,7 @@
             </tablecell>
             <tablecell>
                <paragraph xml-lang="en-US" id="par_id3145635" role="tablecontent">
-                  <emph>Compiler:</emph> an identifier in the formula exceeds 64 KB in size. <emph>Interpreter:</emph> a result of a string operation exceeds 64 KB in size.</paragraph>
+                  <emph>Compiler:</emph> an identifier in the formula exceeds 64 kB in size. <emph>Interpreter:</emph> a result of a string operation exceeds 64 kB in size.</paragraph>
             </tablecell>
          </tablerow>
          <tablerow>
diff --git a/source/text/shared/guide/data_tabledefine.xhp b/source/text/shared/guide/data_tabledefine.xhp
index c4202ddb9..8c1ed583a 100644
--- a/source/text/shared/guide/data_tabledefine.xhp
+++ b/source/text/shared/guide/data_tabledefine.xhp
@@ -51,7 +51,7 @@
             <paragraph xml-lang="en-US" id="par_id3150084" role="listitem">In the next cell to the right, define the <emph>Field Type</emph>. When you click in the cell, you can select a field type in the combo box.</paragraph>
          </listitem>
       </list>
-      <paragraph xml-lang="en-US" id="par_id3154760" role="note">Each field can only accept data corresponding to the specified field type. For example, it is not possible to enter text in a number field. Memo fields in dBASE III format are references to internally-managed text files which can hold up to 64KB text.</paragraph>
+      <paragraph xml-lang="en-US" id="par_id3154760" role="note">Each field can only accept data corresponding to the specified field type. For example, it is not possible to enter text in a number field. Memo fields in dBASE III format are references to internally-managed text files which can hold up to 64 kB text.</paragraph>
       <paragraph xml-lang="en-US" id="par_id3149456" role="paragraph">You can enter an optional <emph>Description</emph> for each field. The text of the description will appear as a tip on the column headings in the table view.</paragraph>
       <paragraph xml-lang="en-US" id="hd_id3153379" role="heading" level="2">Field Properties</paragraph>
       <paragraph xml-lang="en-US" id="par_id3148798" role="paragraph">Enter properties for each selected data field. Depending on the database type, some input facilities may not be available.</paragraph>


More information about the Libreoffice-commits mailing list