You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by da...@apache.org on 2016/11/06 16:42:58 UTC

svn commit: r1768361 - /openoffice/trunk/main/dbaccess/source/ui/app/app.src

Author: damjan
Date: Sun Nov  6 16:42:58 2016
New Revision: 1768361

URL: http://svn.apache.org/viewvc?rev=1768361&view=rev
Log:
#i119892# Missing "by" in description

Fixes spelling errors in some Base messages.

Reported by: Dwayne Henderson
Patch by: me


Modified:
    openoffice/trunk/main/dbaccess/source/ui/app/app.src

Modified: openoffice/trunk/main/dbaccess/source/ui/app/app.src
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/app/app.src?rev=1768361&r1=1768360&r2=1768361&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/app/app.src (original)
+++ openoffice/trunk/main/dbaccess/source/ui/app/app.src Sun Nov  6 16:42:58 2016
@@ -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
 {