diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-07-19 01:00:50 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-07-19 08:04:36 +0200 |
commit | cf2296c78c6aad2f57c6e1fa4e7c50a34f340f33 (patch) | |
tree | 169c66f7f0d5d3873beb027a74ca6037b40e8e54 /source/text/smath | |
parent | e47587f2e85c6e206c70d6a2db553a09fa04c58b (diff) |
Fundamental confusion: *“Beware that” → “Be aware that”
Change-Id: I7f6b830a87bbdf2380c32d515554cb9836b50848
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/137211
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source/text/smath')
-rw-r--r-- | source/text/smath/guide/color.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/smath/guide/color.xhp b/source/text/smath/guide/color.xhp index 75ac48cdc7..498d955d02 100644 --- a/source/text/smath/guide/color.xhp +++ b/source/text/smath/guide/color.xhp @@ -26,7 +26,7 @@ <paragraph role="paragraph" localize="false" id="par_id351641846485158"> <input>a + color red b</input> </paragraph> - <paragraph role="paragraph" id="par_id211641848286949">Beware that the <literal>color</literal> command only changes the color of the formula part that comes immediately after it. For example, in the formula below only <emph>b</emph> will be shown in red, whereas <emph>c</emph> will be shown in black.</paragraph> + <paragraph role="paragraph" id="par_id211641848286949">Be aware that the <literal>color</literal> command only changes the color of the formula part that comes immediately after it. For example, in the formula below only <emph>b</emph> will be shown in red, whereas <emph>c</emph> will be shown in black.</paragraph> <paragraph role="paragraph" localize="false" id="par_id351641840365858"> <input>a + color red b + c</input> </paragraph> |