diff options
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 7a8e12ba2125..8e9715c24acd 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -3759,15 +3759,15 @@ </node> <node oor:name=".uno:StyleApply?Style:string=Text body&FamilyName:string=ParagraphStyles" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Text Body</value> + <value xml:lang="en-US">Body Text</value> </prop> </node> <node oor:name=".uno:TextBodyParaStyle" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Text Body</value> + <value xml:lang="en-US">Body Text</value> </prop> <prop oor:name="TooltipLabel" oor:type="xs:string"> - <value xml:lang="en-US">Text Body Paragraph Style</value> + <value xml:lang="en-US">Body Text Paragraph Style</value> </prop> <prop oor:name="TargetURL" oor:type="xs:string"> <value>.uno:StyleApply?Style:string=Text body&FamilyName:string=ParagraphStyles</value> |