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

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


The following commit(s) were added to refs/heads/AOO41X by this push:
     new 8f9c93665c Added missing space in string
8f9c93665c is described below

commit 8f9c93665cc3281d233e6aea102028b41d23c435
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 05afb849c8..725e4b998b 100644
--- a/main/sc/source/ui/src/globstr.src
+++ b/main/sc/source/ui/src/globstr.src
@@ -1538,7 +1538,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