diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-04-22 21:40:56 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-05-19 23:47:43 +0200 |
commit | 3d37b6a351aa8ba8f3edee22240f3e4f931903aa (patch) | |
tree | a56a1a8f3db52f8360543fc0a5940525b25a087d /officecfg | |
parent | 4602a27bc9d6304f1ac7c56fde31c138fe7ad626 (diff) |
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.blanco@youmail.dk>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 3 |
1 files changed, 3 insertions, 0 deletions
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> |