diff options
-rw-r--r-- | dbaccess/source/ui/misc/WizardPages.src | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dbaccess/source/ui/misc/WizardPages.src b/dbaccess/source/ui/misc/WizardPages.src index 8eac48e523cd..ff80f7b977c3 100644 --- a/dbaccess/source/ui/misc/WizardPages.src +++ b/dbaccess/source/ui/misc/WizardPages.src @@ -2,9 +2,9 @@ * * $RCSfile: WizardPages.src,v $ * - * $Revision: 1.41 $ + * $Revision: 1.42 $ * - * last change: $Author: hjs $ $Date: 2004-06-26 17:32:52 $ + * last change: $Author: rt $ $Date: 2004-09-09 09:46:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -161,7 +161,6 @@ ModalDialog WIZ_RTFCOPYTABLE TabStop = TRUE ; Size = MAP_APPFONT ( BUTTON_SIZE_X , BUTTON_SIZE_Y ) ; Text [ de ] = "~Fertig stellen" ; - Text [ x-comment ] = "; Is this \"Create\" or \"Finish\" in the sense of completing something??- - - - - - -"; Text [ en-US ] = "C~reate"; }; @@ -634,7 +633,6 @@ String STR_ERR_DUPL_TABLENAME { Text [ de ] = "Der Tabellenname \'$name$\' existiert bereits.\nSie knnen einen neuen Namen angeben\noder die Daten an die existierende Tabelle anhngen." ; Text [ en-US ] = "The table name \'$name$\' already exists.\nYou may enter a new name\nor append the data to the existing table." ; - Text [ x-comment ] = " "; }; ErrorBox ERROR_INVALID_TABLE_NAME_LENGTH |