mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
fix pluralization of "got 1 peer"
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
NSNotificationCenter * nc = [NSNotificationCenter defaultCenter];
|
||||
[nc addObserver: self selector: @selector(updateControlTint:)
|
||||
name: NSControlTintDidChangeNotification object: nil];
|
||||
name: NSControlTintDidChangeNotification object: NSApp];
|
||||
|
||||
fSelected = NO;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user