diff options
author | Ming Hua <plateauwolf@qq.com> | 2020-11-04 20:24:43 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-11-05 05:47:49 +0100 |
commit | 83b73e8c885bf74b1f06e405f671dd4768fe1005 (patch) | |
tree | 194070db5b13171a7516031d75986854556cfb87 /officecfg | |
parent | 551959a2b4d05f2b63ad99c3b9dd39b734bf5198 (diff) |
Resolves tdf#132479: Rename "equal triangle" to "regular triangle"
"Equal triangle" is not a correct English term, as people use "regular
triangle" or "equilateral triangle".
Technically this is not a true regular triangle (i.e. equilateral and
equiangular), but an isosceles triangle with equal width and height.
For the name of an animation path there is no need for too much detail
though, and "regular triangle" is close enough.
Change-Id: I72f5373ae68dc1ba771cf605073c15210c5300e7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105223
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu index 14dbe16ae5bd..4626826a40aa 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu @@ -752,7 +752,7 @@ </node> <node oor:name="ooo-motionpath-equal-triangle" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Equal Triangle</value> + <value xml:lang="en-US">Regular Triangle</value> </prop> </node> <node oor:name="ooo-motionpath-oval" oor:op="replace"> |