mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Remove extraneous space in "Are you sure you wish to revert changes?" message.
This commit is contained in:
committed by
Pieter de Bie
parent
f25aad8ee2
commit
7baf854666
@@ -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];
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user