You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2019/08/04 15:29:05 UTC

[openoffice] branch AOO42X updated: Fixed missing space

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

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


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

commit 2789df9c701c7c66420a02f1aa41050e1f58c628
Author: mseidel <ms...@apache.org>
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
 	{