sw/inc/strings.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4e83c689efad85fc9657deca2c8e6aea2f618cdc Author: Heiko Tietze <tietze.he...@gmail.com> AuthorDate: Mon Jun 24 08:07:28 2024 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Wed Jun 26 17:46:40 2024 +0200 Fixes copy/paste error follow-up to Iff407da8907b761236ebc2aa8877b9d6b8294e10 Change-Id: Icb5b3703809e5df80df5e269e6160c1c78dc186d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169364 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org> Reviewed-by: Justin Luth <jl...@mail.com> (cherry picked from commit c13528abd69ea256cfde5ef1933c4e7f51219d33) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169498 Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index 298b861eecf6..2d21be7daedc 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -134,7 +134,7 @@ #define STR_POOLCOLL_BULLET_LEVEL5 NC_("STR_POOLCOLL_BULLET_LEVEL5", "List 5") #define STR_POOLCOLL_BULLET_LEVEL5E NC_("STR_POOLCOLL_BULLET_LEVEL5E", "List 5 End") #define STR_POOLCOLL_BULLET_NONUM5 NC_("STR_POOLCOLL_BULLET_NONUM5", "List 5 Cont.") -#define STR_POOLCOLL_HEADERFOOTER NC_("STR_POOLCOLL_HEADER", "Header and Footer") +#define STR_POOLCOLL_HEADERFOOTER NC_("STR_POOLCOLL_HEADERFOOTER", "Header and Footer") #define STR_POOLCOLL_HEADER NC_("STR_POOLCOLL_HEADER", "Header") #define STR_POOLCOLL_HEADERL NC_("STR_POOLCOLL_HEADERL", "Header Left") #define STR_POOLCOLL_HEADERR NC_("STR_POOLCOLL_HEADERR", "Header Right")