This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -160,7 +160,7 @@ void HBTSSetStatus(HBTSStatusBarType type, NSString *handle) { | |
void HBTSShowFirstRunAlert() { | ||
NSAlert *alert = [[[NSAlert alloc] init] autorelease]; | ||
alert.messageText = @"Welcome to TypeStatus"; | ||
alert.informativeText = @"This is a preview of TypeStatus for Mac. Please send bug reports and feedback to [email protected]."; | ||
alert.informativeText = @"You’ll now see subtle notifications in your menu bar when someone is typing an iMessage to you or reads an iMessage you sent.\nIf you like TypeStatus, don’t forget to let your friends know about it!"; | ||
|
||
if (!IS_OSX_OR_NEWER(10_10)) { | ||
alert.showsSuppressionButton = YES; | ||
|
Binary file not shown.