From 7baf85466646a07e66ad35d33b53ce252b08f7b2 Mon Sep 17 00:00:00 2001 From: Nicholas Riley Date: Tue, 16 Jun 2009 20:55:07 -0500 Subject: [PATCH] Remove extraneous space in "Are you sure you wish to revert changes?" message. --- PBGitIndexController.m | 2 +- PBWebChangesController.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {