officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
New commits: commit 95b673946c0661391ad66eeae287f0922d96c6f8 Author: Seth Chaiklin <sdc.bla...@youmail.dk> AuthorDate: Tue May 24 15:58:29 2022 +0200 Commit: Seth Chaiklin <sdc.bla...@youmail.dk> CommitDate: Tue May 31 02:21:19 2022 +0200 tdf#149253 improve tooltip for Anchor icon * Tooltip explains the purpose of the command icon * Change "Label" to give better indication of the command function in Customize menu o no changes to label in menu and context menu Change-Id: Ibffb673d5c37ebf7b38a1eea61affc22bdd3bf91 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134791 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 707cdc518421..cf6164ac1d9f 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -6910,11 +6910,14 @@ bit 3 (0x8): #define UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8 </node> <node oor:name=".uno:AnchorMenu" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Change Anchor</value> + <value xml:lang="en-US">Anchor Menu</value> </prop> <prop oor:name="ContextLabel" oor:type="xs:string"> <value xml:lang="en-US">Anc~hor</value> </prop> + <prop oor:name="TooltipLabel" oor:type="xs:string"> + <value xml:lang="en-US">Select anchor for object</value> + </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> </prop>