fix pluralization of "got 1 peer"

This commit is contained in:
Mitchell Livingston
2010-01-05 04:34:31 +00:00
parent 27bf2e57e8
commit b5ad91e3de
4 changed files with 43 additions and 91 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
NSNotificationCenter * nc = [NSNotificationCenter defaultCenter];
[nc addObserver: self selector: @selector(updateControlTint:)
name: NSControlTintDidChangeNotification object: nil];
name: NSControlTintDidChangeNotification object: NSApp];
fSelected = NO;
}