diff --git a/PBGitIndexController.m b/PBGitIndexController.m index 9ecec78..382f48f 100644 --- a/PBGitIndexController.m +++ b/PBGitIndexController.m @@ -180,7 +180,7 @@ defaultButton:nil alternateButton:@"Cancel" otherButton:nil - informativeTextWithFormat:@"Are you sure you wish to revert changes?\n\n You cannot undo this operation."] runModal]; + informativeTextWithFormat:@"Are you sure you wish to revert changes?\n\nYou cannot undo this operation."] runModal]; if (ret == NSAlertDefaultReturn) [self forceRevertChangesForFiles:files]; diff --git a/PBWebChangesController.m b/PBWebChangesController.m index f2838a3..d24a8af 100644 --- a/PBWebChangesController.m +++ b/PBWebChangesController.m @@ -95,7 +95,7 @@ defaultButton:nil alternateButton:@"Cancel" otherButton:nil - informativeTextWithFormat:@"Are you sure you wish to discard the changes in this hunk?\n\n You cannot undo this operation."] runModal]; + informativeTextWithFormat:@"Are you sure you wish to discard the changes in this hunk?\n\nYou cannot undo this operation."] runModal]; } if (ret == NSAlertDefaultReturn) {