diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-08-15 22:58:04 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-08-15 22:58:04 -0500 |
commit | 0d068dc8d5cd64f89c8a8e3d0a6bef6ed9e1ee87 (patch) | |
tree | b827bc51c9a65506fd04be78ece6dd02b02b6544 | |
parent | 049c187e0503bb1f527eebb3c9a5e0d5961ee947 (diff) |
Horrible use of capitals here
Change-Id: Id38a238f97718e498bb65a450e68550708222295
-rw-r--r-- | source/text/sbasic/shared/03120112.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03120112.xhp b/source/text/sbasic/shared/03120112.xhp index 209995589d..cb3394daba 100644 --- a/source/text/sbasic/shared/03120112.xhp +++ b/source/text/sbasic/shared/03120112.xhp @@ -52,7 +52,7 @@ <embed href="text/sbasic/shared/00000003.xhp#functexample"/> <bascode> <paragraph id="par_idm1341138080" role="bascode" localize="false" xml-lang="en-US">Sub ExampleChrW</paragraph> -<paragraph id="par_id3154909" role="bascode" xml-lang="en-US"> ' This example inserts the greek letter Alpha and Omega in a string.</paragraph> +<paragraph id="par_id3154909" role="bascode" xml-lang="en-US"> ' This example inserts the Greek letters alpha and omega in a string.</paragraph> <paragraph id="par_id3151380" role="bascode" xml-lang="en-US"> MsgBox "From "+ ChrW(913)+" to " + ChrW(937)</paragraph> <paragraph id="par_id3145174" role="bascode" xml-lang="en-US"> ' The printout appears in the dialog as: From Α to Ω</paragraph> <paragraph id="par_idm1341131568" role="bascode" localize="false" xml-lang="en-US">End Sub</paragraph> |