Skip to content

Commit

Permalink
Fix typo in 'See Tips of the Day?' prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbrennan committed Jul 12, 2016
1 parent 5981781 commit f3a3609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/iTermTipController.m
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ - (BOOL)haveAskedForPermission {
- (void)askForPermission {
NSAlert *alert = [[[NSAlert alloc] init] autorelease];
alert.messageText = @"See Tips of the Day?";
alert.informativeText = @"iTerm2 can show you a Tip of the Day message help you learn about its many features. Are you interested?";
alert.informativeText = @"iTerm2 can show you a Tip of the Day message to help you learn about its many features. Are you interested?";
[alert addButtonWithTitle:@"Yes"];
[alert addButtonWithTitle:@"No"];
BOOL havePermission = ([alert runModal] == NSAlertFirstButtonReturn);
Expand Down

0 comments on commit f3a3609

Please sign in to comment.