@@ -53,11 +53,11 @@ { if (description != nil) return description; description = [[OFString alloc] initWithFormat: - @"The argument for method %s of class %@ is invalid!", + @"The argument or receiver for method %s of class %@ is invalid!", sel_getName(selector), inClass]; return description; }