diff options
author | Andre Fischer <af@apache.org> | 2013-07-01 09:18:36 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-01 11:52:03 +0100 |
commit | 53a08b03a88e7f6c387988c01f7c6e2183967176 (patch) | |
tree | 4d11852e46a97456102062137cac1896cf5015a6 /connectivity | |
parent | 257ba103fb9ffae87189eb5d435969961fe4e98c (diff) |
122658: Fixed typo in localized string.
Found by: jteera
Reported by: Andrea Pescetti
(cherry picked from commit 8f23dda62c32085f8665483e38345ee13389860e)
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/resource/conn_shared_res.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/resource/conn_shared_res.src b/connectivity/source/resource/conn_shared_res.src index a5133d0c9cc7..b98a560df7e4 100644 --- a/connectivity/source/resource/conn_shared_res.src +++ b/connectivity/source/resource/conn_shared_res.src @@ -395,7 +395,7 @@ String STR_COULD_NOT_CREATE_INDEX_NAME }; String STR_COULD_NOT_CREATE_INDEX_KEYSIZE { - Text [ en-US ] = "The index could not be created. The size of the chosen column is to big."; + Text [ en-US ] = "The index could not be created. The size of the chosen column is too big."; }; String STR_SQL_NAME_ERROR |