From 0c818320d352f9e735656b6e77afe05cfa1797fc Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 27 Nov 2007 11:14:14 +0000 Subject: INTEGRATION: CWS dba24lms (1.96.104); FILE MERGED 2007/11/12 08:33:57 oj 1.96.104.2: #i46370# change capital to lower case 2007/11/12 07:10:24 oj 1.96.104.1: #i46370# change capital to lower case --- dbaccess/source/ui/tabledesign/table.src | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'dbaccess/source/ui/tabledesign/table.src') diff --git a/dbaccess/source/ui/tabledesign/table.src b/dbaccess/source/ui/tabledesign/table.src index a37b6f8208a9..fdead3966327 100644 --- a/dbaccess/source/ui/tabledesign/table.src +++ b/dbaccess/source/ui/tabledesign/table.src @@ -4,9 +4,9 @@ * * $RCSfile: table.src,v $ * - * $Revision: 1.96 $ + * $Revision: 1.97 $ * - * last change: $Author: ihi $ $Date: 2007-04-19 15:08:16 $ + * last change: $Author: ihi $ $Date: 2007-11-27 12:14:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -92,10 +92,18 @@ String STR_VALUE_NONE }; String STR_TAB_FIELD_NAME +{ + Text [ en-US ] = "Field name" ; +}; +String STR_TAB_FIELD_COLUMN_NAME { Text [ en-US ] = "Field Name" ; }; String STR_TAB_FIELD_DATATYPE +{ + Text [ en-US ] = "Field type" ; +}; +String STR_TAB_FIELD_COLUMN_DATATYPE { Text [ en-US ] = "Field Type" ; }; @@ -197,7 +205,7 @@ String STR_TABED_UNDO_ROWDELETED }; String STR_TABED_UNDO_TYPE_CHANGED { - Text [ en-US ] = "Modify Field Type"; + Text [ en-US ] = "Modify field type"; }; String STR_TABED_UNDO_ROWINSERTED { -- cgit