diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2024-06-24 08:07:28 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-06-26 17:46:40 +0200 |
commit | 4e83c689efad85fc9657deca2c8e6aea2f618cdc (patch) | |
tree | ce53b5952f4225844dfda8a899277530242d1383 /sw | |
parent | f683f1262eb9d04492d4516e44416f899b89f7ce (diff) |
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.tietze@documentfoundation.org>
Reviewed-by: Justin Luth <jluth@mail.com>
(cherry picked from commit c13528abd69ea256cfde5ef1933c4e7f51219d33)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169498
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
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") |