diff options
author | Damjan Jovanovic <damjan@apache.org> | 2016-11-06 16:42:58 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-11-07 09:36:05 +0000 |
commit | 028cc38a164493c5049d152eae38a34218428fce (patch) | |
tree | 6cc023c68051bc0637782a9616c40ce833caf075 /dbaccess | |
parent | 90625922e5cb06342c8b3e3eadaba6408212c6d3 (diff) |
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
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/app/app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/app/app.src b/dbaccess/source/ui/app/app.src index 04dce61ae977..927a86add29c 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 |