sw/inc/app.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fce44263b6b59a720dfebb1643430339dc3959f6 Author: Seth Chaiklin <sdc.bla...@youmail.dk> AuthorDate: Wed Feb 22 00:56:52 2023 +0000 Commit: Seth Chaiklin <sdc.bla...@youmail.dk> CommitDate: Wed Feb 22 11:23:02 2023 +0000
(partial) tdf#153722 "Chapter Styles" -> "Document structure" Change-Id: I1cb7e1bcf0d6ea6fc3906b51c6e844d39889a2ba Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147371 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.bla...@youmail.dk> diff --git a/sw/inc/app.hrc b/sw/inc/app.hrc index 0cea092464c2..415ec385e3e2 100644 --- a/sw/inc/app.hrc +++ b/sw/inc/app.hrc @@ -34,7 +34,7 @@ const std::pair<TranslateId, SfxStyleSearchBits> RID_PARAGRAPHSTYLEFAMILY[] = { NC_("RID_PARAGRAPHSTYLEFAMILY", "Custom Styles") , SfxStyleSearchBits::UserDefined }, { NC_("RID_PARAGRAPHSTYLEFAMILY", "Automatic") , SfxStyleSearchBits::Auto }, { NC_("RID_PARAGRAPHSTYLEFAMILY", "Text Styles") , SfxStyleSearchBits::SwText }, - { NC_("RID_PARAGRAPHSTYLEFAMILY", "Chapter Styles") , SfxStyleSearchBits::SwChapter }, + { NC_("RID_PARAGRAPHSTYLEFAMILY", "Document Structure") , SfxStyleSearchBits::SwChapter }, { NC_("RID_PARAGRAPHSTYLEFAMILY", "List Styles") , SfxStyleSearchBits::SwList }, { NC_("RID_PARAGRAPHSTYLEFAMILY", "Index Styles") , SfxStyleSearchBits::SwIndex }, { NC_("RID_PARAGRAPHSTYLEFAMILY", "Special Styles") , SfxStyleSearchBits::SwExtra },