Remove extraneous space in "Are you sure you wish to revert changes?" message.

This commit is contained in:
Nicholas Riley
2009-06-16 20:55:07 -05:00
committed by Pieter de Bie
parent f25aad8ee2
commit 7baf854666
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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];
+1 -1
View File
@@ -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) {