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 6624898  Added missing periods
6624898 is described below

commit 662489891b4e7a2258690b60ac5ea9189fcdd7f3
Author: mseidel <msei...@apache.org>
AuthorDate: Sun May 17 18:10:28 2020 +0200

    Added missing periods
    
    (cherry picked from commit 80a6d7863fdaeb23730ce798c4ed06c4a961690a)
---
 main/svtools/source/contnr/templwin.src | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/main/svtools/source/contnr/templwin.src 
b/main/svtools/source/contnr/templwin.src
index fd23bcb..266c2b3 100644
--- a/main/svtools/source/contnr/templwin.src
+++ b/main/svtools/source/contnr/templwin.src
@@ -310,15 +310,15 @@ String STR_SVT_NEWDOC_HELP
 };
 String STR_SVT_MYDOCS_HELP
 {
-       Text [ en-US ] = "Contains your letters, reports and other documents" ;
+       Text [ en-US ] = "Contains your letters, reports and other documents." ;
 };
 String STR_SVT_TEMPLATES_HELP
 {
-       Text [ en-US ] = "Contains templates for creating new documents" ;
+       Text [ en-US ] = "Contains templates for creating new documents." ;
 };
 String STR_SVT_SAMPLES_HELP
 {
-       Text [ en-US ] = "Contains a selection of sample letters, reports and 
other documents" ;
+       Text [ en-US ] = "Contains a selection of sample letters, reports and 
other documents." ;
 };
 
 // ********************************************************************** EOF

Reply via email to