[Libreoffice-commits] core.git: officecfg/registry

Ming Hua (via logerrit) logerrit at kemper.freedesktop.org
Thu Nov 5 04:48:30 UTC 2020


 officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 83b73e8c885bf74b1f06e405f671dd4768fe1005
Author:     Ming Hua <plateauwolf at qq.com>
AuthorDate: Wed Nov 4 20:24:43 2020 +0200
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Thu Nov 5 05:47:49 2020 +0100

    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 at ubuntu.com>

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">


More information about the Libreoffice-commits mailing list