[Ooc-checkins] libpobj/src/PObj ParseClassDef.Mod,1.143,1.144
Brought to you by:
mva
From: Michael v. A. <mv...@us...> - 2008-06-02 11:29:07
|
Update of /cvsroot/ooc/libpobj/src/PObj In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4332 Modified Files: ParseClassDef.Mod Log Message: get rid of non-ascii accent characters Index: ParseClassDef.Mod =================================================================== RCS file: /cvsroot/ooc/libpobj/src/PObj/ParseClassDef.Mod,v retrieving revision 1.143 retrieving revision 1.144 diff -u -d -r1.143 -r1.144 --- ParseClassDef.Mod 15 Jan 2008 12:27:04 -0000 1.143 +++ ParseClassDef.Mod 2 Jun 2008 11:28:49 -0000 1.144 @@ -3135,8 +3135,8 @@ reg.SetError(targetWithoutPosition, "In class `$1', the second primary key column is not an integer"); reg.SetError(targetWithoutSelectingPKey, "Class `$1' must have at least two columns in its primary key"); reg.SetError(targetWithoutNonPKeyFields, "Class `$1' must have fields beyond the primary key"); - reg.SetError(noSuchFieldInTarget, "Class `$1' has no field `$2´"); - reg.SetError(fieldNotBackRef, "Field `$1' is not a reference to the master class `$2´"); + reg.SetError(noSuchFieldInTarget, "Class `$1' has no field `$2'"); + reg.SetError(fieldNotBackRef, "Field `$1' is not a reference to the master class `$2'"); reg.SetError(multipleMasterReferences, "A class can have at most one reference marked as `master'"); reg.SetError(cannotExpandRelativeFileName, "Cannot expand relative file name when reading from stdin"); |