diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2023-04-25 11:09:56 -0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2023-05-04 08:34:14 +0200 |
commit | e265a6e016e3ec8818ba49351ca5a4dcb8b67d72 (patch) | |
tree | 455c271ee8e8fa33bb6580839b533da1f4d4ced5 /officecfg | |
parent | b6af287527d42f8cf4bc43047fe0ed6130420d6b (diff) |
tdf#150994 Rename Quotations to Block Quotation
As discussed in the ticket, the paragraph style "Quotations" should be
renamed to "Block Quotation" everywhere in the code.
Change-Id: Id789f0777e7ef6c96714fbdb81c802185d9b4c86
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150973
Tested-by: Jenkins
Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'officecfg')
-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 1c8da79c029b..76fb9c1e1cb4 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -3710,15 +3710,15 @@ </node> <node oor:name=".uno:StyleApply?Style:string=Quotations&FamilyName:string=ParagraphStyles" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">~Quotations</value> + <value xml:lang="en-US">~Block Quotation</value> </prop> </node> <node oor:name=".uno:QuoteParaStyle" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">~Quotations</value> + <value xml:lang="en-US">~Block Quotation</value> </prop> <prop oor:name="TooltipLabel" oor:type="xs:string"> - <value xml:lang="en-US">Quotations Paragraph Style</value> + <value xml:lang="en-US">Block Quotation Paragraph Style</value> </prop> <prop oor:name="TargetURL" oor:type="xs:string"> <value>.uno:StyleApply?Style:string=Quotations&FamilyName:string=ParagraphStyles</value> |