File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ - (void) revertChangesForFiles:(NSArray *)files
180
180
defaultButton: nil
181
181
alternateButton: @" Cancel"
182
182
otherButton: nil
183
- informativeTextWithFormat: @" Are you sure you wish to revert changes?\n\n You cannot undo this operation." ] runModal ];
183
+ informativeTextWithFormat: @" Are you sure you wish to revert changes?\n\n You cannot undo this operation." ] runModal ];
184
184
185
185
if (ret == NSAlertDefaultReturn )
186
186
[self forceRevertChangesForFiles: files];
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ - (void)discardHunk:(NSString *)hunk altKey:(BOOL)altKey
95
95
defaultButton: nil
96
96
alternateButton: @" Cancel"
97
97
otherButton: nil
98
- informativeTextWithFormat: @" Are you sure you wish to discard the changes in this hunk?\n\n You cannot undo this operation." ] runModal ];
98
+ informativeTextWithFormat: @" Are you sure you wish to discard the changes in this hunk?\n\n You cannot undo this operation." ] runModal ];
99
99
}
100
100
101
101
if (ret == NSAlertDefaultReturn ) {
You can’t perform that action at this time.
0 commit comments