summaryrefslogtreecommitdiff
path: root/svx/source/form/datanavi.src
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/datanavi.src')
-rw-r--r--svx/source/form/datanavi.src20
1 files changed, 8 insertions, 12 deletions
diff --git a/svx/source/form/datanavi.src b/svx/source/form/datanavi.src
index 62ac6094d244..2f75ef3360de 100644
--- a/svx/source/form/datanavi.src
+++ b/svx/source/form/datanavi.src
@@ -108,28 +108,24 @@ MessBox RID_QRY_LINK_WARNING
Message [ en-US ] = "This instance is linked with the form.\n\nThe changes you make to this instance will be lost when the form is reloaded.\n\nHow do you want to proceed?" ;
};
-ErrorBox RID_ERR_INVALID_XMLNAME
+String RID_STR_INVALID_XMLNAME
{
- Buttons = WB_OK ;
- Message [ en-US ] = "The name '%1' is not valid in XML. Please enter a different name." ;
+ Text [ en-US ] = "The name '%1' is not valid in XML. Please enter a different name." ;
};
-ErrorBox RID_ERR_INVALID_XMLPREFIX
+String RID_STR_INVALID_XMLPREFIX
{
- Buttons = WB_OK ;
- Message [ en-US ] = "The prefix '%1' is not valid in XML. Please enter a different prefix." ;
+ Text [ en-US ] = "The prefix '%1' is not valid in XML. Please enter a different prefix." ;
};
-ErrorBox RID_ERR_DOUBLE_MODELNAME
+String RID_STR_DOUBLE_MODELNAME
{
- Buttons = WB_OK ;
- Message [ en-US ] = "The name '%1' already exists. Please enter a new name." ;
+ Text [ en-US ] = "The name '%1' already exists. Please enter a new name." ;
};
-ErrorBox RID_ERR_EMPTY_SUBMISSIONNAME
+String RID_STR_EMPTY_SUBMISSIONNAME
{
- Buttons = WB_OK ;
- Message [ en-US ] = "The submission must have a name." ;
+ Text [ en-US ] = "The submission must have a name." ;
};
Menu RID_MENU_DATANAVIGATOR