diff options
author | giacco <filippo.giacche@gmail.com> | 2016-10-11 17:28:30 +0200 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-10-14 06:48:31 +0000 |
commit | b97eb74619bade81d1f14da9545f374806cfa284 (patch) | |
tree | 868503bd66620e1d795be8f668f398b0012022fd | |
parent | 44a02cc81d8a23f19655ae9f67ff69bdfe683df9 (diff) |
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@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu | 2 | ||||
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu index 0e4e08370ea5..3299520d4985 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 f687aeb733cd..965e8dad5796 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> |