officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit bc79e5fcde5d6ad07d75e2a02c8e164c45e0f02a Author: Seth Chaiklin <sdc.bla...@youmail.dk> AuthorDate: Mon Apr 25 20:19:04 2022 +0100 Commit: Seth Chaiklin <sdc.bla...@youmail.dk> CommitDate: Tue Apr 26 23:38:06 2022 +0200 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.bla...@youmail.dk> 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&FamilyName:string=CharacterStyles</value>