File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ + (PBRefMenuItem *) separatorItem
97
97
[items addObject: [PBRefMenuItem separatorItem ]];
98
98
99
99
// create branch
100
- NSString *createBranchTitle = [ref isRemoteBranch ] ? [NSString stringWithFormat: @" Create branch that tracks %@ …" , refName] : @" Create branch …" ;
100
+ NSString *createBranchTitle = [ref isRemoteBranch ] ? [NSString stringWithFormat: @" Create branch that tracks %@ …" , refName] : @" Create Branch …" ;
101
101
[items addObject: [PBRefMenuItem itemWithTitle: createBranchTitle action: @selector (createBranch: ) enabled: YES ]];
102
102
103
103
// create tag
Original file line number Diff line number Diff line change 372
372
<modifierMask key =" keyEquivalentModifierMask" />
373
373
<menu key =" submenu" title =" Repository" id =" 937" >
374
374
<items >
375
- <menuItem title =" Create Tag" keyEquivalent =" t" id =" 949" >
375
+ <menuItem title =" Create Tag… " keyEquivalent =" t" id =" 949" >
376
376
<connections >
377
377
<action selector =" createTag:" target =" -1" id =" 950" />
378
378
</connections >
379
379
</menuItem >
380
- <menuItem title =" Create Branch" keyEquivalent =" b" id =" 938" >
380
+ <menuItem title =" Create Branch… " keyEquivalent =" b" id =" 938" >
381
381
<connections >
382
382
<action selector =" createBranch:" target =" -1" id =" 941" />
383
383
</connections >
384
384
</menuItem >
385
- <menuItem title =" Add Remote" keyEquivalent =" r" id =" 951" >
385
+ <menuItem title =" Add Remote… " keyEquivalent =" r" id =" 951" >
386
386
<modifierMask key =" keyEquivalentModifierMask" option =" YES" command =" YES" />
387
387
<connections >
388
388
<action selector =" showAddRemoteSheet:" target =" -1" id =" 953" />
You can’t perform that action at this time.
0 commit comments