summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2022-04-25 20:19:04 +0100
committerSeth Chaiklin <sdc.blanco@youmail.dk>2022-04-26 23:38:06 +0200
commitbc79e5fcde5d6ad07d75e2a02c8e164c45e0f02a (patch)
treef4e35c77ce80ab70a36428b5635fd9defa16c45d /officecfg
parent6a1a68596a822811db80c3f9d1bf1c30db75c972 (diff)
tdf#148732 Change label, add tooltip for .uno:DefaultCharStyle
tdf#140818 changed the label "Default Character Style" to "No Character Style". The changed label appeared in the Styles sidebar, but the menu command that appears in the Styles menu for Writer was not changed. The present patch rectifies that oversight by changing the menu/toolbar label and adds a tooltip for this command. Change-Id: I4a82dc0626702c7282d3022d2f4e45eb6b33b373 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133401 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/WriterCommands.xcu4
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 1d1a3f759d9f..8835deef87a7 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -3425,10 +3425,10 @@
</node>
<node oor:name=".uno:DefaultCharStyle" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Default ~Character</value>
+ <value xml:lang="en-US">No ~Character Style</value>
</prop>
<prop oor:name="TooltipLabel" oor:type="xs:string">
- <value xml:lang="en-US">Default Character Style</value>
+ <value xml:lang="en-US">Remove applied character style</value>
</prop>
<prop oor:name="TargetURL" oor:type="xs:string">
<value>.uno:StyleApply?Style:string=Standard&amp;FamilyName:string=CharacterStyles</value>