[Libreoffice-commits] core.git: dbaccess/source

Damjan Jovanovic damjan at apache.org
Mon Nov 7 09:37:30 UTC 2016


 dbaccess/source/ui/app/app.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

    Resolves: #i119892# Missing "by" in description
    
    Fixes spelling errors in some Base messages.
    
    Reported by: Dwayne Henderson
    Patch by: me
    
    (cherry picked from commit 8df1c30b7f5e79c2757e7224677f9a487b1bed0a)
    
    Change-Id: I18dcf20e51e941ca8ccb47315ea453399ca0d88a

diff --git a/dbaccess/source/ui/app/app.src b/dbaccess/source/ui/app/app.src
index 04dce61..927a86a 100644
--- a/dbaccess/source/ui/app/app.src
+++ b/dbaccess/source/ui/app/app.src
@@ -115,7 +115,7 @@ String RID_STR_QUERIES_HELP_TEXT
 
 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