Skip to content
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.

Commit

Permalink
Minor: fix a typo in the crash report prompt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adeel Ahmad Khan committed Feb 13, 2011
1 parent 02750c9 commit 6142abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KCrashReportCollector.m
Expand Up @@ -134,7 +134,7 @@ - (void)askUserToSubmitAnyUnprocessedCrashReport {
alternateButton:@"Forget"
otherButton:nil
informativeTextWithFormat:
@"Oops. Looks like Kod crashed earlier. Would you please like to send"
@"Oops. Looks like Kod crashed earlier. Would you please like to send "
"us the crash report so Kod can be improved?"];
//[alertBox setIcon:[NSImage imageNamed:@"crash-reporter.png"]];

Expand Down

0 comments on commit 6142abb

Please sign in to comment.