We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9778b2 + a100ff3 commit 1922798Copy full SHA for 1922798
PBRefController.m
@@ -60,11 +60,12 @@ - (void) showConfirmPushRefSheet:(PBGitRef *)ref remote:(PBGitRef *)remoteRef
60
else
61
description = [NSString stringWithFormat:@"Push updates to remote %@", [remoteRef remoteName]];
62
63
+ NSString * sdesc = [NSString stringWithFormat:@"p%@", [description substringFromIndex:1]];
64
NSAlert *alert = [NSAlert alertWithMessageText:description
65
defaultButton:@"Push"
66
alternateButton:@"Cancel"
67
otherButton:nil
- informativeTextWithFormat:@"Are you sure you want to %@?", description];
68
+ informativeTextWithFormat:@"Are you sure you want to %@?", sdesc];
69
70
NSMutableDictionary *info = [NSMutableDictionary dictionary];
71
if (ref)
0 commit comments