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.blanco@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 707cdc5..cf6164a 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>