entities/schemaobjs.py
branchstable
changeset 6912 b61b844f2dad
parent 6632 78878f5a8166
child 6944 0cf10429ad39
--- a/entities/schemaobjs.py	Thu Jan 27 18:46:47 2011 +0100
+++ b/entities/schemaobjs.py	Fri Jan 28 11:08:31 2011 +0100
@@ -139,7 +139,7 @@
                 rtype = self.name
                 stype = rdef.stype
                 otype = rdef.otype
-                msg = self._cw._("can't set inlined=%(inlined)s, "
+                msg = self._cw._("can't set inlined=True, "
                                  "%(stype)s %(rtype)s %(otype)s "
                                  "has cardinality=%(card)s")
                 raise ValidationError(self.eid, {qname: msg % locals()})