User: hr Date: 2007-11-01 15:38:07+0000 Modified: dba/dbaccess/source/ui/relationdesign/relation.src
Log: 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 File Changes: Directory: /dba/dbaccess/source/ui/relationdesign/ ================================================== File [changed]: relation.src Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/relationdesign/relation.src?r1=1.60&r2=1.61 Delta lines: +9 -1 ------------------- --- relation.src 2007-04-19 15:07:25+0000 1.60 +++ relation.src 2007-11-01 15:38:05+0000 1.61 @@ -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 { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
