Index: src/exceptions/OFOpenItemFailedException.m ================================================================== --- src/exceptions/OFOpenItemFailedException.m +++ src/exceptions/OFOpenItemFailedException.m @@ -104,12 +104,12 @@ else if (_path != nil) item = _path; if (_mode != nil) return [OFString stringWithFormat: - @"Failed to open item %@ with mode %@: %@", + @"Failed to open file %@ with mode %@: %@", item, _mode, OFStrError(_errNo)]; else return [OFString stringWithFormat: @"Failed to open item %@: %@", item, OFStrError(_errNo)]; } @end