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 80a6d78 Added missing periods
80a6d78 is described below
commit 80a6d7863fdaeb23730ce798c4ed06c4a961690a
Author: mseidel <[email protected]>
AuthorDate: Sun May 17 18:10:28 2020 +0200
Added missing periods
---
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