sw/inc/strings.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c13528abd69ea256cfde5ef1933c4e7f51219d33
Author:     Heiko Tietze <tietze.he...@gmail.com>
AuthorDate: Mon Jun 24 08:07:28 2024 +0200
Commit:     Justin Luth <jl...@mail.com>
CommitDate: Tue Jun 25 14:08:11 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>

diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc
index b9e46f13d0c6..3a70a42cd0bd 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")

Reply via email to