source/text/scalc/01/02120100.xhp | 4 ++-- source/text/scalc/01/func_randarray.xhp | 2 +- source/text/scalc/01/func_sequence.xhp | 4 ++-- source/text/shared/01/prop_font_embed.xhp | 2 +- source/text/swriter/guide/footer_pagenumber.xhp | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-)
New commits: commit 0672dfb42c298cc3411bfb74b2eaf662427a4e4c Author: Adolfo Jayme Barrientos <fit...@ubuntu.com> AuthorDate: Thu May 16 07:29:16 2024 -0600 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Thu May 16 15:31:02 2024 +0200 Minor corrections Change-Id: Iec645f6ff0d578b5d8463ea1a6cb845717ce678f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/167744 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/source/text/scalc/01/02120100.xhp b/source/text/scalc/01/02120100.xhp index c51216b28b..1709a05394 100644 --- a/source/text/scalc/01/02120100.xhp +++ b/source/text/scalc/01/02120100.xhp @@ -47,11 +47,11 @@ </section> <h2 id="hd_id311715352188970">Header or Footer (first and rest)</h2> <paragraph role="paragraph" id="par_id451715352194958">Defines the header or footer settings for the first page or the remaining pages.</paragraph> -<paragraph role="paragraph" id="par_id91715352201503">The first page and remaining pages distinction depends on the choice of <emph>Same content on first page</emph> in Page <link href="text/shared/01/05040300.xhp">Header</link> and <link href="text/shared/01/05040300.xhp">Footer</link>.</paragraph> +<paragraph role="paragraph" id="par_id91715352201503">The distinction between the first page and the remaining pages depends on the selection of <emph>Same content on first page</emph> in Page <link href="text/shared/01/05040300.xhp">Header</link> and <link href="text/shared/01/05040300.xhp">Footer</link>.</paragraph> <bookmark branch="hid/modules/scalc/ui/headerfootercontent/textviewWND_LEFT" id="bm_id3153726" localize="false"/> <h2 id="hd_id3145748">Left Area</h2> <paragraph id="par_id3147434" role="paragraph"><ahelp hid="modules/scalc/ui/headerfootercontent/textviewWND_LEFT">Enter the text to be displayed at the left side of the header or footer.</ahelp></paragraph> - <note id="par_id11715352581714">When <emph>Same content on first page</emph> above is <emph>not</emph> selected, the left area is not available on first page.</note> + <note id="par_id11715352581714">When <emph>Same content on first page</emph> above is <emph>not</emph> checked, the left area is not available on the first page.</note> <bookmark branch="hid/modules/scalc/ui/headerfootercontent/textviewWND_CENTER" id="bm_id3153951" localize="false"/> <h2 id="hd_id3148648">Center Area</h2> <paragraph id="par_id3163710" role="paragraph"><ahelp hid=".">Enter the text to be displayed at the center of the header or footer.</ahelp></paragraph> diff --git a/source/text/scalc/01/func_randarray.xhp b/source/text/scalc/01/func_randarray.xhp index 17f62260c2..1a746c97e0 100644 --- a/source/text/scalc/01/func_randarray.xhp +++ b/source/text/scalc/01/func_randarray.xhp @@ -32,7 +32,7 @@ <paragraph role="paragraph" id="par_id361715616086109"><emph>Max</emph>: (optional) The upper limit of the generated numbers. If omitted, the maximum value is 1.</paragraph> <paragraph role="paragraph" id="par_id511715616090373"><emph>Integers</emph>: (optional) returns whole numbers (TRUE) or decimal numbers (FALSE). Default is FALSE.</paragraph> <note id="par_id821708357634624">If <emph>Rows</emph> and <emph>Columns</emph> are greater than 1, the RANDARRAY function must be entered as an <link href="text/scalc/01/04060107.xhp#creating_array_formulas">array formula</link>.</note> -<paragraph role="paragraph" id="par_id141715790327107">If <emph>Rows</emph> or <emph>Columns</emph> are references to other cells content, the array dimensions do not change when the referenced content change. The array formula must be deleted and re-entered.</paragraph> +<paragraph role="paragraph" id="par_id141715790327107">If <emph>Rows</emph> or <emph>Columns</emph> are references to the content of other cells, the array dimensions do not change when the referenced content changes. The array formula must be deleted and re-entered.</paragraph> <embed href="text/scalc/01/ful_func.xhp#func_head_example"/> <paragraph role="paragraph" id="par_id521715616457946"><input>{=RANDARRAY(10,4,10,50,1)}</input> returns an array of 10 rows, 4 columns with minimum value 10 and maximum value of 50 of whole numbers (integers).</paragraph> <embed href="text/scalc/01/common_func.xhp#sectiontechinfo"/> diff --git a/source/text/scalc/01/func_sequence.xhp b/source/text/scalc/01/func_sequence.xhp index 64ba46a249..df46bb6b38 100644 --- a/source/text/scalc/01/func_sequence.xhp +++ b/source/text/scalc/01/func_sequence.xhp @@ -31,10 +31,10 @@ <paragraph role="paragraph" id="par_id171714592664667"><emph>Start</emph>: optional. The initial value of the sequence. If omitted, default is 1.</paragraph> <paragraph role="paragraph" id="par_id531714592669635"><emph>Step</emph>: optional. The increment of each subsequent value in the array. If omitted, default is 1.</paragraph> <note id="par_id821708357634624">If <emph>Rows</emph> and <emph>Columns</emph> are greater than 1, the SEQUENCE function must be entered as an <link href="text/scalc/01/04060107.xhp#creating_array_formulas">array formula</link>.</note> -<paragraph role="paragraph" id="par_id141715790327107">If <emph>Rows</emph> or <emph>Columns</emph> are references to other cells content, the array dimensions do not change when the referenced content change. The array formula must be deleted and re-entered.</paragraph> +<paragraph role="paragraph" id="par_id141715790327107">If <emph>Rows</emph> or <emph>Columns</emph> are references to the content of other cells, the array dimensions do not change when the referenced content changes. The array formula must be deleted and re-entered.</paragraph> <paragraph role="paragraph" id="par_id61714595841660">The array is filled from the first row to the right up to the value of <emph>Columns</emph>, and then down to the number of rows.</paragraph> <embed href="text/scalc/01/ful_func.xhp#func_head_example"/> -<paragraph role="paragraph" id="par_id201714595986945"><input>{=SEQUENCE(3,3,10,11)}</input> returns the 3 by 3 array below with upper right value of 10 and filling the array to the right and then downward in steps of 11.</paragraph> +<paragraph role="paragraph" id="par_id201714595986945"><input>{=SEQUENCE(3,3,10,11)}</input> returns the 3-by-3 array below with an upper-right value of 10 and filling the array to the right and then downward in steps of 11.</paragraph> <table id="tab_id641714595997898"> <tablerow> <tablecell> diff --git a/source/text/shared/01/prop_font_embed.xhp b/source/text/shared/01/prop_font_embed.xhp index 18bf7af55d..0c2da3a74a 100644 --- a/source/text/shared/01/prop_font_embed.xhp +++ b/source/text/shared/01/prop_font_embed.xhp @@ -45,7 +45,7 @@ <h2 id="hd_id401713382497446">Font scripts to embed</h2> <h3 id="hd_id771713384803066">Latin, Asian and Complex fonts</h3> -<paragraph role="paragraph" id="par_id691713384968030">Mark the appropriate font script to embed in the document.</paragraph> +<paragraph role="paragraph" id="par_id691713384968030">Check the appropriate font script to embed in the document.</paragraph> <warning id="par_id191616163803305">Font licenses may restrict embedding fonts in documents. Font files contain flags that indicate if and how they can be embedded within a document file. %PRODUCTNAME parses these flags and determines if and how it may be embedded in a document file, and when you open a document containing embedded fonts, it will also look at these flags to determine if and how a document can be viewed or edited.</warning> </body> </helpdocument> diff --git a/source/text/swriter/guide/footer_pagenumber.xhp b/source/text/swriter/guide/footer_pagenumber.xhp index 4d3b90985f..9a262431a0 100644 --- a/source/text/swriter/guide/footer_pagenumber.xhp +++ b/source/text/swriter/guide/footer_pagenumber.xhp @@ -54,7 +54,7 @@ </listitem> </list> <h2 id="hd_id331715628566984"><embedvar href="text/swriter/guide/title_page.xhp#usingtitlepage"/></h2> - <paragraph role="paragraph" id="par_id21715629004389">Title pages provides common ways to create documents with different page numbering schemes.</paragraph> + <paragraph role="paragraph" id="par_id21715629004389">Title pages are a common way to create documents with different page numbering schemes.</paragraph> <section id="relatedtopics"> <embed href="text/swriter/guide/header_footer.xhp#header_footer"/> <embed href="text/swriter/guide/even_odd_sdw.xhp#even_odd_sdw"/>