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

giacco filippo.giacche at gmail.com
Fri Oct 14 06:51:45 UTC 2016


 officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu |    2 +-
 officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu             |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit b97eb74619bade81d1f14da9545f374806cfa284
Author: giacco <filippo.giacche at gmail.com>
Date:   Tue Oct 11 17:28:30 2016 +0200

    tdf#95387 - UI: "Custom Animation" probably should be called just "Animation"
    
    modified DrawImpressCommands.xcu and Sidebar.xcu
    
    	modified:   officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
    	modified:   officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
    
    	build.log
    
    Change-Id: Iba297fc6afb04d0539e1d7fd9944a0e1f7a72d9d
    Reviewed-on: https://gerrit.libreoffice.org/29703
    Reviewed-by: jan iversen <jani at documentfoundation.org>
    Tested-by: jan iversen <jani at documentfoundation.org>

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
index 0e4e083..3299520 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
@@ -382,7 +382,7 @@
       </node>
       <node oor:name=".uno:CustomAnimation" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Custom Animation</value>
+          <value xml:lang="en-US">Animation</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>1</value>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
index f687aeb..965e8da 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
@@ -127,7 +127,7 @@
 
       <node oor:name="SdCustomAnimationDeck" oor:op="replace">
         <prop oor:name="Title" oor:type="xs:string">
-          <value xml:lang="en-US">Custom Animation</value>
+          <value xml:lang="en-US">Animation</value>
         </prop>
         <prop oor:name="Id" oor:type="xs:string">
           <value>SdCustomAnimationDeck</value>
@@ -864,7 +864,7 @@
 
       <node oor:name="SdCustomAnimationPanel" oor:op="replace">
         <prop oor:name="Title" oor:type="xs:string">
-          <value xml:lang="en-US">Custom Animation</value>
+          <value xml:lang="en-US">Animation</value>
         </prop>
         <prop oor:name="TitleBarIsOptional" oor:type="xs:boolean">
           <value>true</value>


More information about the Libreoffice-commits mailing list