diff --git a/Sparkle/SUUpdateAlert.m b/Sparkle/SUUpdateAlert.m index 81c99fc29..e38f80677 100644 --- a/Sparkle/SUUpdateAlert.m +++ b/Sparkle/SUUpdateAlert.m @@ -322,7 +322,7 @@ - (void)_createReleaseNotesViewPreferringPlainText:(BOOL)preferringPlainText SPU [_releaseNotesView setDrawsBackground:NO]; // Use NSBox to get the proper dynamically colored background behind the release notes view when - // the release notes view is transparent + // the release notes view background is transparent _backgroundView = [[NSBox alloc] initWithFrame:_releaseNotesView.view.frame]; _backgroundView.boxType = NSBoxCustom; _backgroundView.fillColor = [NSColor textBackgroundColor];