Skip to content

Commit 1922798

Browse files
committed
Merge branch 'master' into devel
2 parents d9778b2 + a100ff3 commit 1922798

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PBRefController.m

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,12 @@ - (void) showConfirmPushRefSheet:(PBGitRef *)ref remote:(PBGitRef *)remoteRef
6060
else
6161
description = [NSString stringWithFormat:@"Push updates to remote %@", [remoteRef remoteName]];
6262

63+
NSString * sdesc = [NSString stringWithFormat:@"p%@", [description substringFromIndex:1]];
6364
NSAlert *alert = [NSAlert alertWithMessageText:description
6465
defaultButton:@"Push"
6566
alternateButton:@"Cancel"
6667
otherButton:nil
67-
informativeTextWithFormat:@"Are you sure you want to %@?", description];
68+
informativeTextWithFormat:@"Are you sure you want to %@?", sdesc];
6869

6970
NSMutableDictionary *info = [NSMutableDictionary dictionary];
7071
if (ref)

0 commit comments

Comments
 (0)