[Libreoffice-commits] core.git: Branch 'aoo/trunk' - dbaccess/source

Damjan Jovanovic damjan at apache.org
Sun Nov 6 18:14:31 UTC 2016


 dbaccess/source/ui/app/app.src |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8df1c30b7f5e79c2757e7224677f9a487b1bed0a
Author: Damjan Jovanovic <damjan at apache.org>
Date:   Sun Nov 6 16:42:58 2016 +0000

    #i119892# Missing "by" in description
    
    Fixes spelling errors in some Base messages.
    
    Reported by: Dwayne Henderson
    Patch by: me

diff --git a/dbaccess/source/ui/app/app.src b/dbaccess/source/ui/app/app.src
index 05f3524..5f67dea 100644
--- a/dbaccess/source/ui/app/app.src
+++ b/dbaccess/source/ui/app/app.src
@@ -306,11 +306,11 @@ String RID_STR_FORMS_HELP_TEXT_WIZARD
 };
 String RID_STR_QUERIES_HELP_TEXT
 {
-    Text [ en-US ] = "Create a query by specifying the filters, input tables, field names,  and  properties for sorting or grouping." ;
+    Text [ en-US ] = "Create a query by specifying the filters, input tables, field names, and properties for sorting or grouping." ;
 };
 String RID_STR_QUERIES_HELP_TEXT_SQL
 {
-    Text [ en-US ] = "Create a query  entering an SQL statement directly." ;
+    Text [ en-US ] = "Create a query by entering an SQL statement directly." ;
 };
 String RID_STR_QUERIES_HELP_TEXT_WIZARD
 {


More information about the Libreoffice-commits mailing list