diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2024-06-24 08:07:28 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2024-06-29 19:00:54 +0200 |
commit | 98c066564bb1952388e0643874dd6b926ffc935c (patch) | |
tree | 4aa8c2532951f1031bd9eb701ebf4a404f110e41 /sw/inc | |
parent | 4064229f3ade7cc9c5672f31b34fab0d7e7ff513 (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/+/169551
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
Diffstat (limited to 'sw/inc')
-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 ea322289e36a..e2a2f153ac8d 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") |