summaryrefslogtreecommitdiffstats
path: root/source/text
diff options
context:
space:
mode:
Diffstat (limited to 'source/text')
-rw-r--r--source/text/sbasic/shared/03010305.xhp2
-rw-r--r--source/text/sbasic/shared/ErrVBA.xhp4
-rw-r--r--source/text/sbasic/shared/Resume.xhp2
-rw-r--r--source/text/scalc/00/00000404.xhp2
-rw-r--r--source/text/scalc/guide/subtotaltool.xhp6
-rw-r--r--source/text/shared/00/00000401.xhp2
-rw-r--r--source/text/shared/00/edit_menu.xhp8
-rw-r--r--source/text/shared/01/01160000.xhp16
-rw-r--r--source/text/shared/01/01160200.xhp2
-rw-r--r--source/text/shared/01/ref_pdf_export_general.xhp2
-rw-r--r--source/text/shared/explorer/database/dabawiz02mysql.xhp4
-rw-r--r--source/text/shared/guide/email.xhp4
-rw-r--r--source/text/shared/guide/qrcode.xhp4
-rw-r--r--source/text/shared/optionen/01010501.xhp14
-rw-r--r--source/text/shared/optionen/01010600.xhp2
-rw-r--r--source/text/shared/optionen/01012000.xhp2
-rw-r--r--source/text/simpress/guide/3d_create.xhp2
-rw-r--r--source/text/simpress/guide/photo_album.xhp6
-rw-r--r--source/text/smath/01/chemical.xhp2
19 files changed, 43 insertions, 43 deletions
diff --git a/source/text/sbasic/shared/03010305.xhp b/source/text/sbasic/shared/03010305.xhp
index 9678eaf61e..0fbb754b7c 100644
--- a/source/text/sbasic/shared/03010305.xhp
+++ b/source/text/sbasic/shared/03010305.xhp
@@ -49,7 +49,7 @@
<paragraph id="par_id3152597" role="paragraph" xml-lang="en-US"> <emph>Red</emph>: Any integer expression that represents the red component (0-255) of the composite color.</paragraph>
<paragraph id="par_id3146974" role="paragraph" xml-lang="en-US"> <emph>Green</emph>: Any integer expression that represents the green component (0-255) of the composite color.</paragraph>
<paragraph id="par_id3151113" role="paragraph" xml-lang="en-US"> <emph>Blue</emph>: Any integer expression that represents the blue component (0-255) of the composite color.</paragraph>
-<tip id="par_id211587653651037">The <link href="text/shared/optionen.xhp/01010501.xhp" name="color picker dialog">color picker dialog</link> helps computing red, green and blue components of a composite color. <link href="text/shared/guide/text_color.xhp" name="Changing the color of text">Changing the color of text</link> and selecting Custom colour displays the color picker dialog.</tip>
+<tip id="par_id211587653651037">The <link href="text/shared/optionen.xhp/01010501.xhp" name="color picker dialog">color picker dialog</link> helps computing red, green and blue components of a composite color. <link href="text/shared/guide/text_color.xhp" name="Changing the color of text">Changing the color of text</link> and selecting <emph>Custom color</emph> displays the color picker dialog.</tip>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
diff --git a/source/text/sbasic/shared/ErrVBA.xhp b/source/text/sbasic/shared/ErrVBA.xhp
index 548d666dd3..dc1c2d802e 100644
--- a/source/text/sbasic/shared/ErrVBA.xhp
+++ b/source/text/sbasic/shared/ErrVBA.xhp
@@ -24,7 +24,7 @@
<h1 id="N0011"><variable id="ErrVBAh1"><link href="text/sbasic/shared/ErrVBA.xhp" name="Err object [VBA]">Err Object [VBA]</link></variable></h1>
<paragraph role="paragraph" id="N0012">Use VBA <literal>Err</literal> object to raise or handle runtime errors.</paragraph>
</section>
- <paragraph role="paragraph" id="N0012b"><literal>Err</literal> is a built-in VBA global object which permits:</paragraph>
+ <paragraph role="paragraph" id="N0012b"><literal>Err</literal> is a built-in VBA global object that allows:</paragraph>
<list type="unordered">
<listitem><paragraph role="paragraph" id="N0013">to raise predefined Basic errors</paragraph></listitem>
<listitem><paragraph role="paragraph" id="N0014">to throw user-defined exceptions</paragraph></listitem>
@@ -37,7 +37,7 @@
<bascode>
<paragraph role="bascode" id="N0019" localize="false">Err.Description As String</paragraph>
</bascode>
- <paragraph role="paragraph" id="N0020"><emph>Description</emph> property gives the nature of the error. It details the various reasons that may cause the error. Ideally it provides the multiple course of actions that help solve the issue and prevent it happens again. Its alias is Basic <link href="text/sbasic/shared/03050300.xhp" name ="Error function">Error</link> function for %PRODUCTNAME predefined errors.</paragraph>
+ <paragraph role="paragraph" id="N0020"><emph>Description</emph> property gives the nature of the error. It details the various reasons that may cause the error. Ideally, it provides the multiple course of actions to help solve the issue and prevent its reoccurrence. Its alias is Basic <link href="text/sbasic/shared/03050300.xhp" name ="Error function">Error</link> function for %PRODUCTNAME predefined errors.</paragraph>
<bascode>
<paragraph role="bascode" id="N0021" localize="false">Err.Number As Long</paragraph>
</bascode>
diff --git a/source/text/sbasic/shared/Resume.xhp b/source/text/sbasic/shared/Resume.xhp
index e95860e51b..f2f6b0d569 100644
--- a/source/text/sbasic/shared/Resume.xhp
+++ b/source/text/sbasic/shared/Resume.xhp
@@ -72,6 +72,6 @@
<paragraph role="bascode" id="bas_id721586096644854" localize="false"> Resume Next</paragraph>
<paragraph role="bascode" id="bas_id431586096645266" localize="false">End Sub ' Iteration</paragraph>
</bascode>
- <warning id="par_id461586091018138">Using <literal>Resume</literal> without parameters to re-execute the faulty instruction can fit certain situations. However that may cause a never ending loop.</warning>
+ <warning id="par_id461586091018138">Using <literal>Resume</literal> without parameters to re-execute the faulty instruction can fit certain situations. However that may cause a neverending loop.</warning>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/scalc/00/00000404.xhp b/source/text/scalc/00/00000404.xhp
index e65a3b5a0f..495c4cffeb 100644
--- a/source/text/scalc/00/00000404.xhp
+++ b/source/text/scalc/00/00000404.xhp
@@ -150,7 +150,7 @@
</variable></paragraph>
<paragraph role="paragraph" id="par_id3155383" xml-lang="en-US"><variable id="funktionsliste">Choose <menuitem>Insert - Function List</menuitem>.</variable></paragraph>
<paragraph role="paragraph" id="par_id3153250" xml-lang="en-US"><variable id="einamen">Choose <menuitem>Insert - Named Range or Expression</menuitem>.</variable></paragraph>
-<paragraph role="paragraph" id="par_id3146776" xml-lang="en-US"><variable id="eiextdata">Choose <menuitem>Sheet - Link to External data</menuitem>.</variable></paragraph>
+<paragraph role="paragraph" id="par_id3146776" xml-lang="en-US"><variable id="eiextdata">Choose <menuitem>Sheet - Link to External Data</menuitem>.</variable></paragraph>
<section id="einafe">
<paragraph role="paragraph" id="par_id3143222" xml-lang="en-US">Choose <menuitem>Sheet - Named Ranges and Expressions - Define</menuitem>.</paragraph>
<paragraph role="paragraph" id="par_id3149385" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3</paragraph>
diff --git a/source/text/scalc/guide/subtotaltool.xhp b/source/text/scalc/guide/subtotaltool.xhp
index 9b7e633b36..3ec316002b 100644
--- a/source/text/scalc/guide/subtotaltool.xhp
+++ b/source/text/scalc/guide/subtotaltool.xhp
@@ -33,7 +33,7 @@
<paragraph id="par_id241585177550504" role="listitem">Select the cell range for the subtotals that you want to calculate, and remember to include the column heading labels. Alternatively, click on a single cell within your data to allow Calc to automatically identify the range.</paragraph>
</listitem>
<listitem>
- <paragraph id="par_id421585177574387" role="listitem">Select <menuitem>Data > Subtotals</menuitem> from the Menu bar to open the Subtotals dialog.</paragraph>
+ <paragraph id="par_id421585177574387" role="listitem">Choose <menuitem>Data - Subtotals</menuitem> to open the Subtotals dialog.</paragraph>
</listitem>
<listitem>
<paragraph id="par_id41585177608508" role="listitem">In the <emph>Group by</emph> drop-down list on the <emph>First Group</emph> page, select a column by its label. Entries in the cell range from step 1 will be grouped and sorted by matching values in this column.</paragraph>
@@ -51,14 +51,14 @@
<paragraph id="par_id511585177679372" role="listitem">You can create two more subtotal categories by using the <emph>Second Group</emph> and <emph>Third Group</emph> pages and repeating steps 3 to 6. If you do not want to add more groups, then leave the Group by list for each page set to “- none -”.</paragraph>
</listitem>
<listitem>
- <paragraph id="par_id301585177698777" role="listitem">Click OK. Calc will add subtotal and grand total rows to your cell range.</paragraph>
+ <paragraph id="par_id301585177698777" role="listitem">Click <emph>OK</emph>. Calc will add subtotal and grand total rows to your cell range.</paragraph>
</listitem>
</list>
<h2 id="hd_id211585178799496">Subtotal outline</h2>
<paragraph role="paragraph" id="par_id841585178819108">
When you use the Subtotals tool, Calc inserts an outline to the left of the row number column. This outline represents the hierarchical structure of your subtotals, and can be used to hide or show data at different levels in the hierarchy using the numbered column indicators at the top of the outline or the group indicators, denoted by plus <emph>(+)</emph> and minus <emph>(-)</emph> signs.</paragraph>
<paragraph role="paragraph" id="par_id371585181820075">This feature is useful if you have many subtotals, as you can simply hide low-level details, such as individual entries, to produce a high-level summary of your data.</paragraph>
-<paragraph role="paragraph" id="par_id161585178829165">To turn off outlines, select <menuitem>Data > Group and Outline > Remove Outline</menuitem> from the Menu bar. To reinstate them, select <menuitem>Data > Group and Outline > AutoOutline</menuitem>.</paragraph>
+<paragraph role="paragraph" id="par_id161585178829165">To turn off outlines, choose <menuitem>Data - Group and Outline - Remove Outline</menuitem>. To reinstate them, choose <menuitem>Data - Group and Outline - AutoOutline</menuitem>.</paragraph>
<section id="relatedtopics">
<embed href="text/scalc/01/12050000.xhp#subtotalheaderh1"/>
</section>
diff --git a/source/text/shared/00/00000401.xhp b/source/text/shared/00/00000401.xhp
index 47a059366c..d8320a0bcc 100644
--- a/source/text/shared/00/00000401.xhp
+++ b/source/text/shared/00/00000401.xhp
@@ -218,7 +218,7 @@
</section>
<paragraph role="paragraph" id="par_id3155529" xml-lang="en-US"><variable id="senden">Menu <emph>File - Send</emph>.</variable></paragraph>
<section id="dokument">
-<paragraph role="paragraph" id="par_id3145386" xml-lang="en-US">Choose <emph>File - Send - E-mail Document</emph>.</paragraph>
+<paragraph role="paragraph" id="par_id3145386" xml-lang="en-US">Choose <emph>File - Send - Email Document</emph>.</paragraph>
<section id="sysendmail">
<table id="">
<tablerow>
diff --git a/source/text/shared/00/edit_menu.xhp b/source/text/shared/00/edit_menu.xhp
index ea70e4d4a0..49396eef25 100644
--- a/source/text/shared/00/edit_menu.xhp
+++ b/source/text/shared/00/edit_menu.xhp
@@ -129,20 +129,20 @@
</section>
<section id="pasteunformattedtext">
<paragraph role="paragraph" id="par_id731584805182269">Choose <menuitem>Edit - Paste Special - Paste Unformatted Text</menuitem>.</paragraph>
- <paragraph role="paragraph" id="par_id431584825207430">Right click to open the context menu and choose <menuitem>Paste Special - Unformatted Text</menuitem>.</paragraph>
+ <paragraph role="paragraph" id="par_id431584825207430">Right-click to open the context menu and choose <menuitem>Paste Special - Unformatted Text</menuitem>.</paragraph>
<paragraph role="paragraph" id="par_id941584805189349"><switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Alt + Shift + V</keycode>.</paragraph>
</section>
<section id="pastenestedtable">
<paragraph role="paragraph" id="par_id531584805456716">Choose <menuitem>Edit - Paste Special - Paste Nested Table</menuitem>.</paragraph>
- <paragraph role="paragraph" id="par_id701584824350359">Right click on the target table cell to open the context menu and choose <menuitem>Paste Special - Nested Table</menuitem>.</paragraph>
+ <paragraph role="paragraph" id="par_id701584824350359">Right-click on the target table cell to open the context menu and choose <menuitem>Paste Special - Nested Table</menuitem>.</paragraph>
</section>
<section id="pasterowabove">
<paragraph role="paragraph" id="par_id961584805473396">Choose <menuitem>Edit - Paste Special - Paste as Rows above</menuitem>.</paragraph>
- <paragraph role="paragraph" id="par_id961584822968492">Right click on the target table cell to open the context menu and choose <menuitem>Paste Special - Rows above</menuitem>.</paragraph>
+ <paragraph role="paragraph" id="par_id961584822968492">Right-click on the target table cell to open the context menu and choose <menuitem>Paste Special - Rows Above</menuitem>.</paragraph>
</section>
<section id="pastecolumnbefore">
<paragraph role="paragraph" id="par_id711584805479741">Choose <menuitem>Edit - Paste Special - Paste as Columns Before</menuitem>.</paragraph>
- <paragraph role="paragraph" id="par_id61584824301756">Right click on the target table cell to open the context menu and choose <menuitem>Paste Special - Columns Before</menuitem>.</paragraph>
+ <paragraph role="paragraph" id="par_id61584824301756">Right-click on the target table cell to open the context menu and choose <menuitem>Paste Special - Columns Before</menuitem>.</paragraph>
</section>
<section id="alles">
diff --git a/source/text/shared/01/01160000.xhp b/source/text/shared/01/01160000.xhp
index d68c69c380..6760be2c83 100644
--- a/source/text/shared/01/01160000.xhp
+++ b/source/text/shared/01/01160000.xhp
@@ -41,27 +41,27 @@
<paragraph role="heading" id="hd_id3154398" xml-lang="en-US" level="2"><link href="text/shared/01/01160200.xhp" name="Document as E-mail">E-mail Document</link></paragraph>
<embed href="text/shared/01/01160200.xhp#versendentext"/><comment>New menu commands, see #i46895 and #i63793</comment><comment>UFI: New commands all have the same Help IDs, but different names</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:SendMailDocAsOOo" id="bm_id827967" localize="false"/>
-<paragraph role="paragraph" id="par_id4546342" xml-lang="en-US"><ahelp hid="." visibility="hidden">Opens a new window in your default e-mail program with the current document as an attachment. The OpenDocument file format is used.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id4546342" xml-lang="en-US"><ahelp hid="." visibility="hidden">Opens a new window in your default email program with the current document as an attachment. The OpenDocument file format is used.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:SendMailDocAsMS" id="bm_id7119052" localize="false"/>
-<paragraph role="paragraph" id="par_id6845301" xml-lang="en-US"><ahelp hid="." visibility="hidden">Opens a new window in your default e-mail program with the current document as an attachment. The Microsoft file format is used.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id6845301" xml-lang="en-US"><ahelp hid="." visibility="hidden">Opens a new window in your default email program with the current document as an attachment. The Microsoft file format is used.</ahelp></paragraph>
<switch select="appl">
<case select="CALC">
<paragraph role="heading" id="hd_id8111514" xml-lang="en-US" level="2">E-mail as OpenDocument Spreadsheet</paragraph>
- <paragraph role="paragraph" id="par_id5917844" xml-lang="en-US">Opens a new window in your default e-mail program with the current document as an attachment. The OpenDocument file format is used.</paragraph>
+ <paragraph role="paragraph" id="par_id5917844" xml-lang="en-US">Opens a new window in your default email program with the current document as an attachment. The OpenDocument file format is used.</paragraph>
<paragraph role="heading" id="hd_id5112460" xml-lang="en-US" level="2">E-mail as Microsoft Excel</paragraph>
- <paragraph role="paragraph" id="par_id5759453" xml-lang="en-US">Opens a new window in your default e-mail program with the current document as an attachment. The Microsoft Excel file format is used.</paragraph>
+ <paragraph role="paragraph" id="par_id5759453" xml-lang="en-US">Opens a new window in your default email program with the current document as an attachment. The Microsoft Excel file format is used.</paragraph>
</case>
<case select="IMPRESS">
<paragraph role="heading" id="hd_id6694540" xml-lang="en-US" level="2">E-mail as OpenDocument Presentation</paragraph>
-<paragraph role="paragraph" id="par_id7829218" xml-lang="en-US">Opens a new window in your default e-mail program with the current document as an attachment. The OpenDocument file format is used.</paragraph>
+<paragraph role="paragraph" id="par_id7829218" xml-lang="en-US">Opens a new window in your default email program with the current document as an attachment. The OpenDocument file format is used.</paragraph>
<paragraph role="heading" id="hd_id2099063" xml-lang="en-US" level="2">E-mail as Microsoft PowerPoint Presentation</paragraph>
-<paragraph role="paragraph" id="par_id8319650" xml-lang="en-US">Opens a new window in your default e-mail program with the current document as an attachment. The Microsoft PowerPoint file format is used.</paragraph>
+<paragraph role="paragraph" id="par_id8319650" xml-lang="en-US">Opens a new window in your default email program with the current document as an attachment. The Microsoft PowerPoint file format is used.</paragraph>
</case>
<case select="WRITER">
<paragraph role="heading" id="hd_id9657277" xml-lang="en-US" level="2">E-mail as OpenDocument Text</paragraph>
-<paragraph role="paragraph" id="par_id9085055" xml-lang="en-US">Opens a new window in your default e-mail program with the current document as an attachment. The OpenDocument file format is used.</paragraph>
+<paragraph role="paragraph" id="par_id9085055" xml-lang="en-US">Opens a new window in your default email program with the current document as an attachment. The OpenDocument file format is used.</paragraph>
<paragraph role="heading" id="hd_id7941831" xml-lang="en-US" level="2">E-mail as Microsoft Word</paragraph>
-<paragraph role="paragraph" id="par_id5421918" xml-lang="en-US">Opens a new window in your default e-mail program with the current document as an attachment. The Microsoft Word file format is used.</paragraph>
+<paragraph role="paragraph" id="par_id5421918" xml-lang="en-US">Opens a new window in your default email program with the current document as an attachment. The Microsoft Word file format is used.</paragraph>
</case>
</switch>
<embed href="text/shared/01/ref_pdf_send_as.xhp#ref_pdf_send_as"/>
diff --git a/source/text/shared/01/01160200.xhp b/source/text/shared/01/01160200.xhp
index d5fdbff379..67b34a5b17 100644
--- a/source/text/shared/01/01160200.xhp
+++ b/source/text/shared/01/01160200.xhp
@@ -28,7 +28,7 @@
<section id="sendemail">
<bookmark xml-lang="en-US" branch="hid/.uno:SendMail" id="bm_id1274021" localize="false"/>
<paragraph role="heading" id="hd_id3150702" xml-lang="en-US" level="1"><link href="text/shared/01/01160200.xhp">E-mail Document</link></paragraph>
- <paragraph role="paragraph" id="par_id3152823" xml-lang="en-US"><variable id="versendentext"><ahelp hid=".uno:SendMail">Opens a new window in your default e-mail program with the current document as an attachment. The current file format is used.</ahelp></variable> If the document is new and unsaved, the format specified in <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - General</emph> is used.</paragraph>
+ <paragraph role="paragraph" id="par_id3152823" xml-lang="en-US"><variable id="versendentext"><ahelp hid=".uno:SendMail">Opens a new window in your default email program with the current document as an attachment. The current file format is used.</ahelp></variable> If the document is new and unsaved, the format specified in <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - General</emph> is used.</paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#dokument"/>
diff --git a/source/text/shared/01/ref_pdf_export_general.xhp b/source/text/shared/01/ref_pdf_export_general.xhp
index 763dbb1edc..bcb193a909 100644
--- a/source/text/shared/01/ref_pdf_export_general.xhp
+++ b/source/text/shared/01/ref_pdf_export_general.xhp
@@ -62,7 +62,7 @@
<bookmark xml-lang="en-US" branch="hid/filter/ui/pdfgeneralpage/jpegcompress" id="bm_id137028" localize="false"/>
<h3 id="par_idN10730">JPEG compression</h3>
- <paragraph id="par_idN10734" role="paragraph" xml-lang="en-US"><ahelp hid=".">Selects a JPEG compression of images. With a high quality level, almost all pixels are preserved. With a low quality level, some pixels get lost and artefacts are introduced, but file sizes are reduced.</ahelp></paragraph>
+ <paragraph id="par_idN10734" role="paragraph" xml-lang="en-US"><ahelp hid=".">Select a JPEG compression level. With a high quality level, almost all pixels are preserved. With a low quality level, some pixels are lost and artifacts are introduced, but file sizes are reduced.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/filter/ui/pdfgeneralpage/quality" id="bm_id5849787" localize="false"/>
<h3 id="par_idN1074C">Quality</h3>
diff --git a/source/text/shared/explorer/database/dabawiz02mysql.xhp b/source/text/shared/explorer/database/dabawiz02mysql.xhp
index 02395e577e..6c2d38b9ce 100644
--- a/source/text/shared/explorer/database/dabawiz02mysql.xhp
+++ b/source/text/shared/explorer/database/dabawiz02mysql.xhp
@@ -51,11 +51,11 @@
<switch select="sys">
<case select="WIN">
<h3 id="hd_id121587407845730">Named Pipe</h3>
-<paragraph role="paragraph" id="par_id941587407987180">If the MariaDB or MySQL database is to be accessed by a named pipe, enter it's name.</paragraph>
+<paragraph role="paragraph" id="par_id941587407987180">If the MariaDB or MySQL database is to be accessed by a named pipe, enter its name.</paragraph>
</case>
<default>
<h3 id="hd_id161587405553671">Socket</h3>
-<paragraph role="paragraph" id="par_id161587405561472">If the MariaDb or MySQL database is to be accessed by a socket, enter the socket ID.</paragraph>
+<paragraph role="paragraph" id="par_id161587405561472">If the MariaDB or MySQL database is to be accessed by a socket, enter the socket ID.</paragraph>
</default>
</switch>
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/dbwizmysqlintropage/odbc" id="bm_id6776940" localize="false"/>
diff --git a/source/text/shared/guide/email.xhp b/source/text/shared/guide/email.xhp
index 55974e7528..0bdbbeabca 100644
--- a/source/text/shared/guide/email.xhp
+++ b/source/text/shared/guide/email.xhp
@@ -44,8 +44,8 @@
<paragraph role="paragraph" id="par_id3154897" xml-lang="en-US">Working in $[officename], you can send the current document as an e-mail attachment.</paragraph>
<list type="ordered">
<listitem>
-<paragraph role="listitem" id="par_id3147335" xml-lang="en-US">Choose <emph>File - Send - E-mail Document</emph>.</paragraph>
-<paragraph role="listitem" id="par_id3153127" xml-lang="en-US">$[officename] opens your default e-mail program.<switchinline select="sys"><caseinline select="UNIX"> If you want to send the current document with another e-mail program, you can select the program to use with <emph>Internet - E-mail</emph> in the Options dialog box.</caseinline></switchinline></paragraph>
+<paragraph role="listitem" id="par_id3147335" xml-lang="en-US">Choose <emph>File - Send - Email Document</emph>.</paragraph>
+<paragraph role="listitem" id="par_id3153127" xml-lang="en-US">$[officename] opens your default email program.<switchinline select="sys"><caseinline select="UNIX"> If you want to send the current document with another email program, you can select the program to use with <emph>Internet - Email</emph> in the Options dialog box.</caseinline></switchinline></paragraph>
</listitem>
<listitem>
<paragraph role="listitem" id="par_id3150986" xml-lang="en-US">In your e-mail program, enter the recipient, subject and any text you want to add, then send the e-mail.</paragraph>
diff --git a/source/text/shared/guide/qrcode.xhp b/source/text/shared/guide/qrcode.xhp
index bfb7f7773a..dd4343a0f8 100644
--- a/source/text/shared/guide/qrcode.xhp
+++ b/source/text/shared/guide/qrcode.xhp
@@ -29,7 +29,7 @@
<paragraph role="paragraph" id="par_id761566316165430">Choose <menuitem>Insert - Object - QR Code</menuitem>.</paragraph>
</section>
<h2 id="hd_id611566316506278">URL or Text</h2>
- <paragraph role="paragraph" id="par_id251566316519649">The text for which the QR Code is generated.</paragraph>
+ <paragraph role="paragraph" id="par_id251566316519649">The text from which to generate the QR code.</paragraph>
<h2 id="hd_id701566317347416">Error correction</h2>
<paragraph role="paragraph" id="par_id281566317365617">The error correction value for the QR Code that is to be created. The error correction of a QR code is a measure that helps a QR code to recover if it is damaged.</paragraph>
<paragraph role="paragraph" id="par_id781566317374864">There are four standard error correction values.</paragraph>
@@ -48,7 +48,7 @@
</listitem>
</list>
<h2 id="hd_id701566316879046">Border</h2>
- <paragraph role="paragraph" id="par_id981566316947064">The border width in dots surrounding the QR Code. Must be a non-negative value.</paragraph>
+ <paragraph role="paragraph" id="par_id981566316947064">The width in dots of the border surrounding the QR code.</paragraph>
<h2 id="hd_id761566322212787">Example</h2>
<paragraph role="paragraph" id="par_id401566321281041">The QR code below was generated for the text <literal>www.libreoffice.org</literal>:</paragraph>
<paragraph role="paragraph" id="par_id561566321218295" xml-lang="en-US">
diff --git a/source/text/shared/optionen/01010501.xhp b/source/text/shared/optionen/01010501.xhp
index accd681f65..aba083d333 100644
--- a/source/text/shared/optionen/01010501.xhp
+++ b/source/text/shared/optionen/01010501.xhp
@@ -41,7 +41,7 @@
<h2 id="hd_id3149514">The Pick a Color Window</h2>
<embed href="text/shared/06/shared_cui_screenshots.xhp#colorpicker"/>
-<paragraph id="par_id3148944" role="paragraph" xml-lang="en-US">The Pick a Color Dialog window consist of four main areas.</paragraph>
+<paragraph id="par_id3148944" role="paragraph" xml-lang="en-US">The Pick a Color dialog consists of four main areas.</paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/colorpickerdialog/colorSlider" id="bm_id3153572" localize="false"/>
<list type="unordered">
<listitem>
@@ -68,17 +68,17 @@
<h3 id="hd_id3151114">Red</h3>
<bookmark xml-lang="en-US" branch="hid/cui/ui/colorpickerdialog/redRadiobutton" id="bm_id3153574" localize="false"/>
-<paragraph id="par_id3153727" role="paragraph" xml-lang="en-US"><ahelp hid=".">Sets the Red component modifiable on the vertical color slider, and the Green and Blue components in the two dimensional color picker field. Allowed values are 0 to 255.</ahelp></paragraph>
+<paragraph id="par_id3153727" role="paragraph" xml-lang="en-US"><ahelp hid=".">Sets the Red component modifiable on the vertical color slider, and the Green and Blue components in the two-dimensional color picker field. Allowed values are 0 to 255.</ahelp></paragraph>
<paragraph id="par_id3153726" role="paragraph" xml-lang="en-US"><ahelp hid="cui/ui/colorpickerdialog/redSpinbutton" visibility="hidden">Set the Red color value directly. Allowed values are 0 to 255.</ahelp></paragraph>
<h3 id="hd_id3148618">Green</h3>
<bookmark xml-lang="en-US" branch="hid/cui/ui/colorpickerdialog/greenRadiobutton" id="bm_id3153575" localize="false"/>
-<paragraph id="par_id3153728" role="paragraph" xml-lang="en-US"><ahelp hid=".">Sets the Green component modifiable on the vertical color slider, and the Red and Blue components in the two dimensional color picker field. Allowed values are 0 to 255.</ahelp></paragraph>
+<paragraph id="par_id3153728" role="paragraph" xml-lang="en-US"><ahelp hid=".">Sets the Green component modifiable on the vertical color slider, and the Red and Blue components in the two-dimensional color picker field. Allowed values are 0 to 255.</ahelp></paragraph>
<paragraph id="par_id3149298" role="paragraph" xml-lang="en-US"><ahelp hid="cui/ui/colorpickerdialog/greenSpinbutton" visibility="hidden">Set the Green color value directly. Allowed values are 0 to 255.</ahelp></paragraph>
<h3 id="hd_id3151075">Blue</h3>
<bookmark xml-lang="en-US" branch="hid/cui/ui/colorpickerdialog/blueRadiobutton" id="bm_id3153576" localize="false"/>
-<paragraph id="par_id3153729" role="paragraph" xml-lang="en-US"><ahelp hid=".">Sets the Blue component modifiable on the vertical color slider, and the Green and Red components in the two dimensional color picker field. Allowed values are 0 to 255.</ahelp></paragraph>
+<paragraph id="par_id3153729" role="paragraph" xml-lang="en-US"><ahelp hid=".">Sets the Blue component modifiable on the vertical color slider, and the Green and Red components in the two-dimensional color picker field. Allowed values are 0 to 255.</ahelp></paragraph>
<paragraph id="par_id3148455" role="paragraph" xml-lang="en-US"><ahelp hid="cui/ui/colorpickerdialog/blueSpinbutton" visibility="hidden">Set the Blue color value directly. Allowed values are 0 to 255.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/colorpickerdialog/hexEntry" id="bm_id3145800" localize="false"/>
@@ -89,17 +89,17 @@
<h3 id="hd_id3145647">Hue</h3>
<bookmark xml-lang="en-US" branch="hid/cui/ui/colorpickerdialog/hueRadiobutton" id="bm_id3153577" localize="false"/>
-<paragraph id="par_id3153730" role="paragraph" xml-lang="en-US"><ahelp hid=".">Sets the Hue component modifiable on the vertical color slider, and the Saturation and Brightness components in the two dimensional color picker field. Values are expressed in degrees from 0 to 359.</ahelp></paragraph>
+<paragraph id="par_id3153730" role="paragraph" xml-lang="en-US"><ahelp hid=".">Sets the Hue component modifiable on the vertical color slider, and the Saturation and Brightness components in the two-dimensional color picker field. Values are expressed in degrees from 0 to 359.</ahelp></paragraph>
<paragraph id="par_id3154729" role="paragraph" xml-lang="en-US"><ahelp hid="cui/ui/colorpickerdialog/hueSpinbutton" visibility="hidden">Set the Hue directly in the HSB color model. Values are expressed in degrees from 0 to 359.</ahelp></paragraph>
<h3 id="hd_id3144766">Saturation</h3>
<bookmark xml-lang="en-US" branch="hid/cui/ui/colorpickerdialog/satRadiobutton" id="bm_id3153578" localize="false"/>
-<paragraph id="par_id3153731" role="paragraph" xml-lang="en-US"><ahelp hid=".">Sets the Saturation component modifiable on the vertical color slider, and the Hue and Brightness components in the two dimensional color picker field. Values are expressed in percent ( 0 to 100).</ahelp></paragraph>
+<paragraph id="par_id3153731" role="paragraph" xml-lang="en-US"><ahelp hid=".">Sets the Saturation component modifiable on the vertical color slider, and the Hue and Brightness components in the two-dimensional color picker field. Values are expressed in percent (0 to 100).</ahelp></paragraph>
<paragraph id="par_id3153512" role="paragraph" xml-lang="en-US"><ahelp hid="cui/ui/colorpickerdialog/satSpinbutton" visibility="hidden">Set the Saturation directly in the HSB color model. Values are expressed in percent (0 to 100).</ahelp></paragraph>
<h3 id="hd_id3156180">Brightness</h3>
<bookmark xml-lang="en-US" branch="hid/cui/ui/colorpickerdialog/brightRadiobutton" id="bm_id3153579" localize="false"/>
-<paragraph id="par_id3153732" role="paragraph" xml-lang="en-US"><ahelp hid=".">Sets the Brightness component modifiable on the vertical color slider, and the Hue and Saturation components in the two dimensional color picker field. Values are expressed in percent ( 0 to 100).</ahelp></paragraph>
+<paragraph id="par_id3153732" role="paragraph" xml-lang="en-US"><ahelp hid=".">Sets the Brightness component modifiable on the vertical color slider, and the Hue and Saturation components in the two-dimensional color picker field. Values are expressed in percent (0 to 100).</ahelp></paragraph>
<paragraph id="par_id3146969" role="paragraph" xml-lang="en-US"><ahelp hid="cui/ui/colorpickerdialog/brightSpinbutton" visibility="hidden">Set the Brightness directly in the HSB color model. Values are expressed in percent (0 to 100).</ahelp></paragraph>
<h2 id="hd_id315202">CMYK</h2>
diff --git a/source/text/shared/optionen/01010600.xhp b/source/text/shared/optionen/01010600.xhp
index 8e08d1dd8c..e76745bc07 100644
--- a/source/text/shared/optionen/01010600.xhp
+++ b/source/text/shared/optionen/01010600.xhp
@@ -66,7 +66,7 @@
<h3 id="hd_id731581845724606">Load %PRODUCTNAME during system start-up</h3>
<paragraph role="paragraph" id="par_id971581845639198" xml-lang="en-US">If enabled, loads %PRODUCTNAME into memory when the computer is booted, or when %PRODUCTNAME is restarted. When loaded, it reduces the time for opening %PRODUCTNAME. An icon is also added to the system tray. Right-click on the icon to show a menu for opening new or existing documents, and for stopping the quickstarter.</paragraph>
<h2 id="hd_id411581548563601">%PRODUCTNAME File Associations</h2>
-<h3 id="hd_id81581845691263">Windows Default apps</h3>
+<h3 id="hd_id81581845691263">Windows Default Apps</h3>
<paragraph role="paragraph" xml-lang="en-US" id="par_id481581548792359">Call Windows file associations management. This button behaves according to Microsoft file association management policy, which is to open "Default apps" on Windows 7, 8, and 8.1; and to show a message telling user how to open that applet manually in Windows 10.</paragraph>
</case>
</switch>
diff --git a/source/text/shared/optionen/01012000.xhp b/source/text/shared/optionen/01012000.xhp
index a8949eaf82..d84cad3d74 100644
--- a/source/text/shared/optionen/01012000.xhp
+++ b/source/text/shared/optionen/01012000.xhp
@@ -62,7 +62,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/optappearancepage/colorconfig" id="bm_id3151380" localize="false"/>
<paragraph role="heading" id="hd_id3148672" xml-lang="en-US" level="2">Custom Colors</paragraph>
<paragraph role="paragraph" id="par_id3149204" xml-lang="en-US"><ahelp hid="cui/ui/optappearancepage/colorconfig">Select the colors for the user interface elements.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3150769" xml-lang="en-US">To apply a color to a <emph>user interface element</emph>, ensure that the checkbox in front of the name is marked. To hide a user interface element, clear the check box.</paragraph>
+<paragraph role="paragraph" id="par_id3150769" xml-lang="en-US">To apply a color to a <emph>user interface element</emph>, ensure that the box in front of the name is checked. To hide a user interface element, clear the check box.</paragraph>
<paragraph role="note" id="par_id3155430" xml-lang="en-US">Some <emph>user interface elements</emph> cannot be hidden.</paragraph>
<paragraph role="note" id="par_id3145365" xml-lang="en-US">To enhance cursor visibility, set the application background color between 40% and 60% gray, it is automatically changed to 40% gray.</paragraph>
<paragraph role="paragraph" id="par_id3153144" xml-lang="en-US">The <emph>Automatic</emph> color setting changes the user interface element to the preset color from the color scheme.</paragraph>
diff --git a/source/text/simpress/guide/3d_create.xhp b/source/text/simpress/guide/3d_create.xhp
index 3c8488b963..279c762fa3 100644
--- a/source/text/simpress/guide/3d_create.xhp
+++ b/source/text/simpress/guide/3d_create.xhp
@@ -35,7 +35,7 @@
</bookmark><comment>added 3D scenes, issue 109330</comment>
<paragraph role="heading" id="hd_id3150207" xml-lang="en-US" level="1"><variable id="3d_create"><link href="text/simpress/guide/3d_create.xhp" name="Converting 2D Objects to Curves, Polygons, and 3D Objects">Converting 2D Objects to Curves, Polygons, and 3D Objects</link>
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3153914" xml-lang="en-US">You can convert two dimensional (2D) objects to create different shapes. $[officename] can convert 2D objects to the following object types:</paragraph>
+<paragraph role="paragraph" id="par_id3153914" xml-lang="en-US">You can convert two-dimensional (2D) objects to create different shapes. $[officename] can convert 2D objects to the following object types:</paragraph>
<list type="unordered">
<listitem>
<paragraph role="listitem" id="par_id3150210" xml-lang="en-US">Curved object based on Bézier curves</paragraph>
diff --git a/source/text/simpress/guide/photo_album.xhp b/source/text/simpress/guide/photo_album.xhp
index a87687c709..7f2e640a3a 100644
--- a/source/text/simpress/guide/photo_album.xhp
+++ b/source/text/simpress/guide/photo_album.xhp
@@ -63,11 +63,11 @@
</listitem>
<listitem>
<paragraph id="par_id221120161524597741" role="listitem" xml-lang="en-US">Locate the files you want to insert. </paragraph>
- <paragraph role="note" id="par_id221120161524594919">Note: If several images are in the same folder, you can select a group of photos using the Shift or Ctrl keys while clicking on their filenames.</paragraph>
+ <paragraph role="note" id="par_id221120161524594919">If several images are in the same folder, you can select a group of photos using the Shift or Ctrl keys while clicking on their filenames.</paragraph>
</listitem>
<listitem>
<paragraph id="par_id221120161524595472" role="listitem" xml-lang="en-US">Click <item type="menuitem">Open</item> to add the files to the Photo Album.</paragraph>
- <paragraph role="tip" id="par_id221120161524591012">Tip: Click on a file name to display it in the <item type="menuitem">Preview</item> area</paragraph>
+ <paragraph role="tip" id="par_id221120161524591012">Click on a file name to display it in the <item type="menuitem">Preview</item> area</paragraph>
</listitem>
<listitem>
<paragraph id="par_id221120161524595468" role="listitem" xml-lang="en-US">Select the number of images per slide in the <item type="menuitem">Slide layout</item> list box.</paragraph>
@@ -89,7 +89,7 @@
</listitem>
</list>
-<warning id="par_id221120161524501012">Warning: Clicking Undo will not delete a photo album. Right-click the slides on the slide panel and select <item type="menuitem">Delete Slide</item> to delete the slides.</warning>
+<warning id="par_id221120161524501012">Clicking Undo will not delete a photo album. Right-click the slides on the slide panel and select <item type="menuitem">Delete Slide</item> to delete the slides.</warning>
<section id="relatedtopics">
<paragraph id="par_id221120161524598688" role="paragraph" xml-lang="en-US"><link href="text/simpress/guide/show.xhp">Slide Shows</link></paragraph>
<paragraph id="par_id221120161524592232" role="paragraph" xml-lang="en-US"><link href="text/shared/guide/insert_bitmap.xhp">Insert images</link></paragraph>
diff --git a/source/text/smath/01/chemical.xhp b/source/text/smath/01/chemical.xhp
index 5b463cb074..1d5ccaa2ae 100644
--- a/source/text/smath/01/chemical.xhp
+++ b/source/text/smath/01/chemical.xhp
@@ -21,7 +21,7 @@
</bookmark>
<section id="chemicalhead">
<h1 id="hd_id951584200892379"><variable id="chemicalh1"><link href="text/smath/01/chemical.xhp" name="Chemical Formulas">Chemical Formulas Examples</link></variable></h1>
- <paragraph id="par_id111584200892379" role="paragraph">The primary purpose of %PRODUCTNAME Math is to create mathematical formulas, but it can also be used to write chemical formulas. However, in chemical formulas, the chemical symbols are normally written in uppercase using non-italic characters.</paragraph>
+ <paragraph id="par_id111584200892379" role="paragraph">The primary purpose of %PRODUCTNAME Math is to create mathematical formulas, but it can also be used to write chemical formulas. However, in chemical formulas, the chemical symbols are normally written in uppercase using upright, rather than italic, characters.</paragraph>
</section>
<tip id="par_id61584210063479">To create chemical formulas using Math, you may want to change the font used for variables to a non-italic font, or use the <literal>nitalic</literal> modifier.</tip>
<h2 id="hd_id681584201309050">Molecules</h2>