diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2019-03-04 15:59:35 +0900 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-03-04 12:16:53 +0100 |
commit | 96af93e5df3ea2e775cdfebf31447abaeec6dcfa (patch) | |
tree | 6101315f58c057e98b8b8087ecd20a025a522d3e /officecfg | |
parent | 0b9e4f6085d147c43a86d107303eea9b86e7f34c (diff) |
Fix typo: KATAGANA -> KATAKANA
No functional change offered, but this reduces some amount of confusion.
Japanese word "Katakana" ("kata" + "kana") does not undergo Rendaku [1]
while "Hiragana" ("hira" + "kana") does.
[1] https://en.wikipedia.org/wiki/Rendaku
Change-Id: I07824147d72397c312a0774eca1fdcc7549abc59
Reviewed-on: https://gerrit.libreoffice.org/68661
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 277960fe719d..b36f0bddb972 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -6316,7 +6316,7 @@ <!-- UIHints: setup --> <info> <desc>Specifies whether case mapping to half and full width, - hiragana and katagana are available (true) or not (false).</desc> + hiragana and katakana are available (true) or not (false).</desc> </info> <value>false</value> </prop> |