Tag: cws_src680_rptchart01 User: oj Date: 2008-02-25 08:49:02+0000 Modified: dba/reportdesign/source/ui/report/report.src
Log: change error strings File Changes: Directory: /dba/reportdesign/source/ui/report/ ============================================== File [changed]: report.src Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/report.src?r1=1.3.36.1&r2=1.3.36.2 Delta lines: +4 -4 ------------------- --- report.src 2008-02-20 11:19:37+0000 1.3.36.1 +++ report.src 2008-02-25 08:49:00+0000 1.3.36.2 @@ -4,9 +4,9 @@ * * $RCSfile: report.src,v $ * - * $Revision: 1.3.36.1 $ + * $Revision: 1.3.36.2 $ * - * last change: $Author: oj $ $Date: 2008/02/20 11:19:37 $ + * last change: $Author: oj $ $Date: 2008/02/25 08:49:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -628,9 +628,9 @@ }; String RID_ERR_NO_COMMAND { - Text [ en-US ] = "The report can not be executed whilst it is not bound to a table or a query or a command."; + Text [ en-US ] = "The report can not be executed unless it is bound to content."; }; String RID_ERR_NO_OBJECTS { - Text [ en-US ] = "The report can not be executed whilst at least one object will be inserted."; + Text [ en-US ] = "The report can not be executed unless at least one object has been inserted."; }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
