sw/inc/strings.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4f871a5a9aa1a81831bd525f31023b3915432dd7 Author: László Németh <nem...@numbertext.org> AuthorDate: Thu Nov 7 13:44:51 2024 +0100 Commit: László Németh <nem...@numbertext.org> CommitDate: Wed Nov 13 10:39:54 2024 +0100 tdf#48459 sw inline heading: fix bad NC of the new frame style Which affected translation etc. Introduced by commit a1dcbd1d1ce6071d48bb5df26d7839aeb21b75a8 "tdf#48459 sw inline heading: add Inline Heading frame style". Reported by Olivier Hallot with code pointer. Change-Id: I7fc4cfa685be4374993754a303b4d54df7d1ee37 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176210 Tested-by: László Németh <nem...@numbertext.org> Reviewed-by: László Németh <nem...@numbertext.org> diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index 7542f716e8b4..a6ce4cad0a5a 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -71,7 +71,7 @@ #define STR_POOLFRM_MARGINAL NC_("STR_POOLFRM_MARGINAL", "Marginalia") #define STR_POOLFRM_WATERSIGN NC_("STR_POOLFRM_WATERSIGN", "Watermark") #define STR_POOLFRM_LABEL NC_("STR_POOLFRM_LABEL", "Labels") -#define STR_POOLFRM_INLINE_HEADING NC_("STR_POOLFRM_MARGINAL", "Inline Heading") +#define STR_POOLFRM_INLINE_HEADING NC_("STR_POOLFRM_INLINE_HEADING", "Inline Heading") // Template names #define STR_POOLCOLL_STANDARD NC_("STR_POOLCOLL_STANDARD", "Default Paragraph Style") #define STR_POOLCOLL_TEXT NC_("STR_POOLCOLL_TEXT", "Body Text")