diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2023-05-11 12:24:52 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2023-05-11 18:59:01 +0200 |
commit | 47fc6a5805592dc4e6b5339def60e2b0727a30eb (patch) | |
tree | ab5359b85b699dda7f3ec8252c61726f590ad4c7 /officecfg/registry/data | |
parent | 3230d0e2a8b66634c7399764a9625b0b8e9bb307 (diff) |
tdf#154933 Rename "Text Body" to "Body Text" in menus
Change-Id: I012beaa6188ed6c53dd72e100109b496a6636993
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151663
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'officecfg/registry/data')
-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> |