diff options
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu | 5 | ||||
-rw-r--r-- | sd/uiconfig/sdraw/popupmenu/draw.xml | 1 | ||||
-rw-r--r-- | sd/uiconfig/simpress/popupmenu/draw.xml | 1 |
3 files changed, 6 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu index 35e44d3c176b..2209262bfbca 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu @@ -1180,7 +1180,10 @@ </node> <node oor:name=".uno:InteractiveGradient" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Gradient</value> + <value xml:lang="en-US">Gradient tool</value> + </prop> + <prop oor:name="TooltipLabel" oor:type="xs:string"> + <value xml:lang="en-US">Interacive gradient tool</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> diff --git a/sd/uiconfig/sdraw/popupmenu/draw.xml b/sd/uiconfig/sdraw/popupmenu/draw.xml index 36c785f98519..f27c74679a85 100644 --- a/sd/uiconfig/sdraw/popupmenu/draw.xml +++ b/sd/uiconfig/sdraw/popupmenu/draw.xml @@ -15,6 +15,7 @@ <menu:menuitem menu:id=".uno:TransformDialog"/> <menu:menuitem menu:id=".uno:FormatLine"/> <menu:menuitem menu:id=".uno:FormatArea"/> + <menu:menuitem menu:id=".uno:InteractiveGradient"/> <menu:menuseparator/> <menu:menu menu:id=".uno:ObjectAlign"> <menu:menupopup> diff --git a/sd/uiconfig/simpress/popupmenu/draw.xml b/sd/uiconfig/simpress/popupmenu/draw.xml index a6778adc14a7..c29667e3904f 100644 --- a/sd/uiconfig/simpress/popupmenu/draw.xml +++ b/sd/uiconfig/simpress/popupmenu/draw.xml @@ -15,6 +15,7 @@ <menu:menuitem menu:id=".uno:TransformDialog"/> <menu:menuitem menu:id=".uno:FormatLine"/> <menu:menuitem menu:id=".uno:FormatArea"/> + <menu:menuitem menu:id=".uno:InteractiveGradient"/> <menu:menuseparator/> <menu:menu menu:id=".uno:ObjectAlign"> <menu:menupopup> |