officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 6 +++--- sw/inc/strings.hrc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit e265a6e016e3ec8818ba49351ca5a4dcb8b67d72 Author: Rafael Lima <[email protected]> AuthorDate: Tue Apr 25 11:09:56 2023 -0300 Commit: Maxim Monastirsky <[email protected]> CommitDate: Thu May 4 08:34:14 2023 +0200 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 <[email protected]> Reviewed-by: Maxim Monastirsky <[email protected]> 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> diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index cfdd1f00fd64..31a3e86667f5 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -194,7 +194,7 @@ #define STR_POOLCOLL_DOC_TITLE NC_("STR_POOLCOLL_DOC_TITEL", "Title") #define STR_POOLCOLL_DOC_SUBTITLE NC_("STR_POOLCOLL_DOC_SUBTITEL", "Subtitle") #define STR_POOLCOLL_DOC_APPENDIX NC_("STR_POOLCOLL_DOC_APPENDIX", "Appendix") -#define STR_POOLCOLL_HTML_BLOCKQUOTE NC_("STR_POOLCOLL_HTML_BLOCKQUOTE", "Quotations") +#define STR_POOLCOLL_HTML_BLOCKQUOTE NC_("STR_POOLCOLL_HTML_BLOCKQUOTE", "Block Quotation") #define STR_POOLCOLL_HTML_PRE NC_("STR_POOLCOLL_HTML_PRE", "Preformatted Text") #define STR_POOLCOLL_HTML_HR NC_("STR_POOLCOLL_HTML_HR", "Horizontal Line") #define STR_POOLCOLL_HTML_DD NC_("STR_POOLCOLL_HTML_DD", "List Contents")
