diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-08 18:23:54 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-08 18:29:23 +0200 |
commit | dcee245d88aba3e4b50f6307668591c4d9f05ff6 (patch) | |
tree | 7549cc4de2049e065487e29954e5cf701a5eb1ea /dbaccess | |
parent | 9319ea5b5321e33b0f7bfa85e2064bc794d3b465 (diff) |
typos
Change-Id: I2e7676ddec446dfdb72018a1039d6271f963376c
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/dlg/dbadminsetup.src | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/querydesign/querydlg.src | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/dbadminsetup.src b/dbaccess/source/ui/dlg/dbadminsetup.src index f4617a872287..3572bc20e2fb 100644 --- a/dbaccess/source/ui/dlg/dbadminsetup.src +++ b/dbaccess/source/ui/dlg/dbadminsetup.src @@ -500,7 +500,7 @@ TabPage PAGE_DBWIZARD_ORACLE }; String STR_ORACLE_HELPTEXT{ - Text[ en-US ] = "Please enter the required information to connect to an Oracle database.Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\nPlease contact your system administrator if you are unsure about the following settings." ; + Text[ en-US ] = "Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\nPlease contact your system administrator if you are unsure about the following settings." ; }; AUTOHELP_JDBCCONTROLGROUP(HID_PAGE_DBWIZARD_ORACLE_ET_ORACLEDBNAME,HID_PAGE_DBWIZARD_ORACLE_ET_ORACLEHOSTSERVER,HID_PAGE_DBWIZARD_ORACLE_ET_ORACLEPORT,HID_PAGE_DBWIZARD_ORACLE_ET_ORACLECLASS,HID_PAGE_DBWIZARD_ORACLE_PB_TESTORACLECLASS) diff --git a/dbaccess/source/ui/querydesign/querydlg.src b/dbaccess/source/ui/querydesign/querydlg.src index 81a5ee8ac911..14d2718155aa 100644 --- a/dbaccess/source/ui/querydesign/querydlg.src +++ b/dbaccess/source/ui/querydesign/querydlg.src @@ -41,7 +41,7 @@ String STR_QUERY_FULL_JOIN String STR_QUERY_CROSS_JOIN { - Text [ en-US ] = "Contains the cartesian product of ALL records from '%1' and from '%2'."; + Text [ en-US ] = "Contains the Cartesian product of ALL records from '%1' and from '%2'."; }; String STR_QUERY_NATURAL_JOIN |