From fce44263b6b59a720dfebb1643430339dc3959f6 Mon Sep 17 00:00:00 2001 From: Seth Chaiklin Date: Wed, 22 Feb 2023 00:56:52 +0000 Subject: [PATCH] (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 --- sw/inc/app.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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 },