summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/WizardPages.src
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-02-04 17:59:58 +0100
committerMathias Bauer <mba@openoffice.org>2010-02-04 17:59:58 +0100
commitc7c976e4332422ebf7b0d92b6d50dec2d2dea435 (patch)
tree7f80db16edfacf9e103004fdc14ea80bdbebd45e /dbaccess/source/ui/misc/WizardPages.src
parentbd267404f19f1ea561f5602bbae1f8586e24e4bb (diff)
parent1e1b1d60af9fbbb8d745d5ebebf9fa46444ded67 (diff)
CWS svxsplit: merge with m71
Diffstat (limited to 'dbaccess/source/ui/misc/WizardPages.src')
-rw-r--r--dbaccess/source/ui/misc/WizardPages.src10
1 files changed, 4 insertions, 6 deletions
diff --git a/dbaccess/source/ui/misc/WizardPages.src b/dbaccess/source/ui/misc/WizardPages.src
index 638feb92e54c..329f08b222d9 100644
--- a/dbaccess/source/ui/misc/WizardPages.src
+++ b/dbaccess/source/ui/misc/WizardPages.src
@@ -552,20 +552,18 @@ String STR_COPYTABLE_TITLE_COPY
Text [ en-US ] = "Copy table" ;
};
-ErrorBox ERROR_INVALID_TABLE_NAME
+String STR_INVALID_TABLE_NAME
{
- Buttons = WB_OK;
- Message [ en-US ] = "This table name is not valid in the current database.";
+ Text [ en-US ] = "This table name is not valid in the current database.";
};
String STR_SUGGEST_APPEND_TABLE_DATA
{
Text [ en-US ] = "Choose the option 'Append data' on the first page to append data to an existing table.";
};
-ErrorBox ERROR_INVALID_TABLE_NAME_LENGTH
+String STR_INVALID_TABLE_NAME_LENGTH
{
- Buttons = WB_OK;
- Message [ en-US ] = "Please change the table name. It is too long.";
+ Text [ en-US ] = "Please change the table name. It is too long.";
};
Image IMG_SORTUP_H