2
0

his -> their.

This commit is contained in:
Maarten Billemont
2015-01-20 10:37:43 -05:00
parent 806a07135a
commit 6f771a972b
4 changed files with 5 additions and 5 deletions

View File

@@ -390,7 +390,7 @@ static OSStatus MPHotKeyHander(EventHandlerCallRef nextHandler, EventRef theEven
NSAlert *alert = [NSAlert alertWithMessageText:@"Delete User"
defaultButton:@"Delete" alternateButton:nil otherButton:@"Cancel"
informativeTextWithFormat:@"This will delete %@ and all his sites.", self.activeUserForMainThread.name];
informativeTextWithFormat:@"This will delete %@ and all their sites.", self.activeUserForMainThread.name];
if ([alert runModal] != NSAlertDefaultReturn)
return;