summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/relationdesign
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 14:38:05 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 14:38:05 +0000
commit989d323b3d447acc3837a85e7a72e7c9604a5fa1 (patch)
treedd32e2d9b663ca2155ac9bdd1d49a946f6eed02a /dbaccess/source/ui/relationdesign
parentb3954e948c561e9f919cafda2f905b47f5abd6f4 (diff)
INTEGRATION: CWS dba24b (1.60.50); FILE MERGED
2007/08/16 09:57:47 oj 1.60.50.1: #i56898# accept more than one relation
Diffstat (limited to 'dbaccess/source/ui/relationdesign')
-rw-r--r--dbaccess/source/ui/relationdesign/relation.src14
1 files changed, 11 insertions, 3 deletions
diff --git a/dbaccess/source/ui/relationdesign/relation.src b/dbaccess/source/ui/relationdesign/relation.src
index e5b8e9194977..5934abe61ee9 100644
--- a/dbaccess/source/ui/relationdesign/relation.src
+++ b/dbaccess/source/ui/relationdesign/relation.src
@@ -4,9 +4,9 @@
*
* $RCSfile: relation.src,v $
*
- * $Revision: 1.60 $
+ * $Revision: 1.61 $
*
- * last change: $Author: ihi $ $Date: 2007-04-19 15:07:25 $
+ * last change: $Author: hr $ $Date: 2007-11-01 15:38:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -50,7 +50,15 @@
String STR_QUERY_REL_EDIT_RELATION
{
- Text [ en-US ] = "This relation already exsits. Do you want to edit it?" ;
+ Text [ en-US ] = "This relation already exsits. Do you want to edit it or create a new one?" ;
+};
+String STR_QUERY_REL_EDIT
+{
+ Text [ en-US ] = "Edit..." ;
+};
+String STR_QUERY_REL_CREATE
+{
+ Text [ en-US ] = "Create..." ;
};
String STR_RELATIONDESIGN
{