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

New commits:
commit e812e31b845ff6550fc12036e4fd3ddcb535ae5c
Author:     Heiko Tietze <tietze.he...@gmail.com>
AuthorDate: Mon Jun 24 08:07:28 2024 +0200
Commit:     Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Thu Jun 27 00:46:48 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/+/169551
    Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

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")

Reply via email to