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 2020/05/11 22:30:00 UTC

[openoffice] branch trunk updated: Missing space (#24)

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 a7f1064  Missing space (#24)
a7f1064 is described below

commit a7f10648b7431775ebf27fe4f6a9cd89b6c7c943
Author: DiGro <di...@yahoo.co.uk>
AuthorDate: Tue May 12 00:29:53 2020 +0200

    Missing space (#24)
    
    line 131 :  "found{{(cabinet)}}" should probably be "found {{(cabinet)}}".
                    Space is missing between "found" and "{{(cabinet)}}"
---
 main/instsetoo_native/inc_openoffice/windows/msi_languages/Error.ulf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/instsetoo_native/inc_openoffice/windows/msi_languages/Error.ulf b/main/instsetoo_native/inc_openoffice/windows/msi_languages/Error.ulf
index c06bd2e..3d37e68 100644
--- a/main/instsetoo_native/inc_openoffice/windows/msi_languages/Error.ulf
+++ b/main/instsetoo_native/inc_openoffice/windows/msi_languages/Error.ulf
@@ -125,7 +125,7 @@ en-US = "Error reading from file: [3]. {{ System error [2].}} Verify that the fi
 en-US = "Error writing to file: [3]. {{ System error [2].}} Verify that you have access to that directory."
 
 [OOO_ERROR_36]
-en-US = "Source file not found{{(cabinet)}}: [2]. Verify that the file exists and that you can access it."
+en-US = "Source file not found {{(cabinet)}}: [2]. Verify that the file exists and that you can access it."
 
 [OOO_ERROR_37]
 en-US = "Cannot create the directory [2]. A file with this name already exists. Please rename or remove the file and click Retry, or click Cancel to exit."