diff --git a/PBGitCommitController.m b/PBGitCommitController.m index 6a77348..e11c24d 100644 --- a/PBGitCommitController.m +++ b/PBGitCommitController.m @@ -150,7 +150,7 @@ { [commitMessageView setEditable:YES]; [commitMessageView setString:@""]; - [webController setStateMessage:[NSString stringWithFormat:[[notification userInfo] objectForKey:@"description"]]]; + [webController setStateMessage:[NSString stringWithString:[[notification userInfo] objectForKey:@"description"]]]; } - (void)commitFailed:(NSNotification *)notification