From 7abe7ed8b0635258116b95bd086119d968d31eca Mon Sep 17 00:00:00 2001 From: Adolfo Jayme Barrientos Date: Tue, 20 Oct 2020 05:42:46 -0500 Subject: tdf#137569 Fix the capitalization of the kilobyte symbol Change-Id: I1c3bad6a4eed2293fb1dd29344cf0f1369c0c40b --- 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(-) diff --git a/source/text/sbasic/shared/01020500.xhp b/source/text/sbasic/shared/01020500.xhp index 297dfaab76..4be972c382 100644 --- a/source/text/sbasic/shared/01020500.xhp +++ b/source/text/sbasic/shared/01020500.xhp @@ -39,7 +39,7 @@ 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. A library can contain up to 16,000 modules. Modules -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. +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. Dialog Modules 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".
diff --git a/source/text/scalc/05/02140000.xhp b/source/text/scalc/05/02140000.xhp index e1f2d3de3c..583047ee5a 100644 --- a/source/text/scalc/05/02140000.xhp +++ b/source/text/scalc/05/02140000.xhp @@ -182,7 +182,7 @@ - Compiler: an identifier in the formula exceeds 64 KB in size. Interpreter: a result of a string operation exceeds 64 KB in size. + Compiler: an identifier in the formula exceeds 64 kB in size. Interpreter: a result of a string operation exceeds 64 kB in size. diff --git a/source/text/shared/guide/data_tabledefine.xhp b/source/text/shared/guide/data_tabledefine.xhp index c4202ddb9a..8c1ed583af 100644 --- a/source/text/shared/guide/data_tabledefine.xhp +++ b/source/text/shared/guide/data_tabledefine.xhp @@ -51,7 +51,7 @@ In the next cell to the right, define the Field Type. When you click in the cell, you can select a field type in the combo box. - 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. + 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. You can enter an optional Description for each field. The text of the description will appear as a tip on the column headings in the table view. Field Properties Enter properties for each selected data field. Depending on the database type, some input facilities may not be available. -- cgit