diff options
author | giacco <filippo.giacche@gmail.com> | 2016-10-21 19:39:48 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-10-21 20:04:19 +0000 |
commit | 184e0d10902ee6dc32ab82aec25bcb8e2d1596a5 (patch) | |
tree | 6048d10dbc62c05469aacd7b39ed1c29681a46b7 /officecfg/registry | |
parent | e1dea8100b345b15705cad366d1bcc9516bb15e9 (diff) |
tdf#95387 UI: "Custom Animation" probably should be called just "Animation"
modified some .ui
Change-Id: I95657829251b91ff07a750945eddf213bc82e3c5
Reviewed-on: https://gerrit.libreoffice.org/30150
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Impress.xcs | 8 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/UI/Effects.xcs | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs index c98ebc103b10..e8b170d9e18a 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs @@ -501,8 +501,8 @@ <!-- OldLocation: --> <!-- UIHints: automatic preview checkbox in create new effect dialog --> <info> - <desc>Indicates whether a selected effect in the custom animation create dialog should be previewed.</desc> - <label>Automatic preview for new custom animation</label> + <desc>Indicates whether a selected effect in the animation create dialog should be previewed.</desc> + <label>Automatic preview for new animation</label> </info> <value>true</value> </prop> @@ -511,8 +511,8 @@ <!-- OldLocation: --> <!-- UIHints: automatic preview in custom animation panel --> <info> - <desc>Indicates whether changes in the custom animation panel should be previewed.</desc> - <label>Automatic preview for custom animation panel</label> + <desc>Indicates whether changes in the animation panel should be previewed.</desc> + <label>Automatic preview for animation panel</label> </info> <value>true</value> </prop> diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/Effects.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/Effects.xcs index 0104a9d88fc7..d57104e3d121 100644 --- a/officecfg/registry/schema/org/openoffice/Office/UI/Effects.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/UI/Effects.xcs @@ -64,7 +64,7 @@ </group> <group oor:name="PresetCategory"> <info> - <desc>Maps a custom animation effect node to an effect category.</desc> + <desc>Maps an animation effect node to an effect category.</desc> </info> <prop oor:name="Label" oor:type="xs:string" oor:localized="true"> <info> @@ -116,7 +116,7 @@ </group> <group oor:name="Presets"> <info> - <desc>Contains user interface presets for custom animation effects."</desc> + <desc>Contains user interface presets for animation effects."</desc> </info> <set oor:name="Entrance" oor:node-type="PresetCategory"> <info> |