officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 3d37b6a351aa8ba8f3edee22240f3e4f931903aa Author: Seth Chaiklin <sdc.bla...@youmail.dk> AuthorDate: Fri Apr 22 21:40:56 2022 +0100 Commit: Seth Chaiklin <sdc.bla...@youmail.dk> CommitDate: Thu May 19 23:47:43 2022 +0200 tdf#148737 improve tooltip for Arrow Styles icon Have used "arrowhead" in tooltip in anticipation of the intention to move away from using "Arrow Styles" in the Line dialog (and possibly to use "arrowhead"). Also, the dropdown box for this icon uses "Arrowheads", so the choice would be consistent and understandable in its context, and may make it unnecessary to change the tooltip with any future reworking of the Line dialog. Change-Id: Id15bcc35db194e3da0488078ae89cfda57c73f4f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133286 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.bla...@youmail.dk> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index d98c77de3733..707cdc518421 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -4144,6 +4144,9 @@ bit 3 (0x8): #define UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8 <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Arrow Style</value> </prop> + <prop oor:name="TooltipLabel" oor:type="xs:string"> + <value xml:lang="en-US">Select start and end arrowheads for lines.</value> + </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> </prop>