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

New commits:
commit 70b287d599a2bbddd8c67f51809a0513c2bdb2e6
Author:     Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
AuthorDate: Thu Feb 15 16:11:12 2024 +0100
Commit:     Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
CommitDate: Thu Feb 15 21:22:33 2024 +0100

    Improve wording for security warning infobar
    
    Change-Id: I385ec268f4848f02d8fe49d24e32b0b9729acded
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163444
    Tested-by: Jenkins
    Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>

diff --git a/include/sfx2/strings.hrc b/include/sfx2/strings.hrc
index d28fa1cc22b7..1c3fafa074c0 100644
--- a/include/sfx2/strings.hrc
+++ b/include/sfx2/strings.hrc
@@ -42,7 +42,7 @@
 #define STR_AUTOMATICVERSION                    NC_("STR_AUTOMATICVERSION", 
"Automatically saved version")
 #define STR_EXPORTBUTTON                        NC_("STR_EXPORTBUTTON", 
"Export")
 #define STR_LABEL_FILEFORMAT                    NC_("STR_LABEL_FILEFORMAT", 
"File format:")
-#define STR_HIDDENINFO_CONTAINS                 NC_("STR_HIDDENINFO_CONTAINS", 
"This document contains:

")
+#define STR_HIDDENINFO_CONTAINS                 NC_("STR_HIDDENINFO_CONTAINS", 
"The document contains the following potentially sensitive elements:")
 #define STR_HIDDENINFO_RECORDCHANGES            
NC_("STR_HIDDENINFO_RECORDCHANGES", "Recorded changes")
 #define STR_HIDDENINFO_NOTES                    NC_("STR_HIDDENINFO_NOTES", 
"Notes")
 #define STR_HIDDENINFO_DOCVERSIONS              
NC_("STR_HIDDENINFO_DOCVERSIONS", "Document versions")

Reply via email to