This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c6aaad1  Fixed missing space
c6aaad1 is described below

commit c6aaad15e33393101e853059cd6f09f812dd313b
Author: mseidel <[email protected]>
AuthorDate: Sun Aug 4 16:58:08 2019 +0200

    Fixed missing space
---
 main/svx/source/src/errtxt.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/svx/source/src/errtxt.src b/main/svx/source/src/errtxt.src
index bb601f4..f0d38f0 100644
--- a/main/svx/source/src/errtxt.src
+++ b/main/svx/source/src/errtxt.src
@@ -470,7 +470,7 @@ Resource RID_ERRHDL
        };
        String ERRCODE_SFX_BROKENSIGNATURE
        {
-               Text [ en-US ] = "The digitally signed document content and/or 
macros do not match the current document signature.\n\nThis could be the result 
of document manipulation or of structural document damage due to data 
transmission.\n\nWe recommend that you do not trust the content of the current 
document.\nExecution of macros is disabled for this document.\n" ;
+               Text [ en-US ] = "The digitally signed document content and/or 
macros do not match the current document signature.\n\nThis could be the result 
of document manipulation or of structural document damage due to data 
transmission.\n\nWe recommend that you do not trust the content of the current 
document.\nExecution of macros is disabled for this document.\n " ;
        };
        String ERRCODE_SFX_INCOMPLETE_ENCRYPTION
        {

Reply via email to