diff options
author | Andras Timar <atimar@novell.com> | 2011-04-27 17:07:00 +0200 |
---|---|---|
committer | Andras Timar <atimar@novell.com> | 2011-04-27 17:07:00 +0200 |
commit | 3b1f34204de5fed2a5cf26f99caae3a7bea82fb3 (patch) | |
tree | b9a5ac40f01098b2daf75b220cc6307d8052b3f2 /dbaccess | |
parent | e22b8f4716d1dbe9b603793e117e0319672cb384 (diff) |
remove double space from en-US messages
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/app/app.src | 4 | ||||
-rw-r--r-- | dbaccess/source/ui/dlg/UserAdmin.src | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/dlg/dbadmin.src | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/app/app.src b/dbaccess/source/ui/app/app.src index 431f434fcea3..89a03c0c125b 100644 --- a/dbaccess/source/ui/app/app.src +++ b/dbaccess/source/ui/app/app.src @@ -315,12 +315,12 @@ 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 entering an SQL statement directly." ; }; String RID_STR_QUERIES_HELP_TEXT_WIZARD diff --git a/dbaccess/source/ui/dlg/UserAdmin.src b/dbaccess/source/ui/dlg/UserAdmin.src index 74c8c1ed8098..26dc60d0bf64 100644 --- a/dbaccess/source/ui/dlg/UserAdmin.src +++ b/dbaccess/source/ui/dlg/UserAdmin.src @@ -182,7 +182,7 @@ ModalDialog DLG_PASSWORD { Pos = MAP_APPFONT ( 6 , 52 ) ; Size = MAP_APPFONT ( FT_SIZE_X , 10 ) ; - Text [ en-US ] = "~Confirm password"; + Text [ en-US ] = "~Confirm password"; }; Edit ED_PASSWORD_REPEAT { diff --git a/dbaccess/source/ui/dlg/dbadmin.src b/dbaccess/source/ui/dlg/dbadmin.src index e5eae80b5406..d3a356fc95bf 100644 --- a/dbaccess/source/ui/dlg/dbadmin.src +++ b/dbaccess/source/ui/dlg/dbadmin.src @@ -335,7 +335,7 @@ TabPage PAGE_DBASE WordBreak = TRUE; Pos = MAP_APPFONT ( 6 , 3*UNRELATED_CONTROLS + 2*RELATED_CONTROLS + 3*FIXEDTEXT_HEIGHT + CHECKBOX_HEIGHT) ; Size = MAP_APPFONT ( PAGE_X - 12 , 2*FIXEDTEXT_HEIGHT ) ; - Text [ en-US ] = "Note: When deleted, and thus inactive, records are displayed, you will not be able to delete records from the data source." ; + Text [ en-US ] = "Note: When deleted, and thus inactive, records are displayed, you will not be able to delete records from the data source." ; }; PushButton PB_INDICIES |