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 df6aeff4d8 Added missing space in string
df6aeff4d8 is described below

commit df6aeff4d8eaa5111fc661788ec3a7fe61d2ea11
Author: mseidel <msei...@apache.org>
AuthorDate: Mon Jun 27 17:54:42 2022 +0200

    Added missing space in string
    
    (cherry picked from commit 829751c3fadae430961e9be254a8dec55356d193)
---
 main/sc/source/ui/src/globstr.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/sc/source/ui/src/globstr.src 
b/main/sc/source/ui/src/globstr.src
index 312d1d7a80..1dcb9b6c6d 100644
--- a/main/sc/source/ui/src/globstr.src
+++ b/main/sc/source/ui/src/globstr.src
@@ -1537,7 +1537,7 @@ Resource RID_GLOBSTR
        };
        String STR_CHANGED_DELETE
        {
-               Text [ en-US ] = "#1deleted" ;
+               Text [ en-US ] = "#1 deleted" ;
        };
        String STR_CHANGED_MOVE
        {

Reply via email to