File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ + (NSArray *) defaultMenuItemsForRef:(PBGitRef *)ref inRepository:(PBGitReposito
60
60
[items addObject: [PBRefMenuItem itemWithTitle: checkoutTitle action: @selector (checkout: ) enabled: !isHead]];
61
61
[items addObject: [PBRefMenuItem separatorItem ]];
62
62
63
- NSString *resetTitle = [NSString stringWithFormat: @" Reset %@ to %@ " , headRefName, targetRefName];
63
+ NSString *resetTitle = [NSString stringWithFormat: @" Reset %@ to %@ … " , headRefName, targetRefName];
64
64
[items addObject: [PBRefMenuItem itemWithTitle: resetTitle action: @selector (reset: ) enabled: YES ]];
65
65
[items addObject: [PBRefMenuItem separatorItem ]];
66
66
@@ -172,7 +172,7 @@ + (NSArray *) defaultMenuItemsForCommit:(PBGitCommit *)commit target:(id)target
172
172
[items addObject: [PBRefMenuItem itemWithTitle: @" Checkout Commit" action: @selector (checkout: ) enabled: YES ]];
173
173
[items addObject: [PBRefMenuItem separatorItem ]];
174
174
175
- NSString *resetTitle = [NSString stringWithFormat: @" Reset %@ to here" , headBranchName];
175
+ NSString *resetTitle = [NSString stringWithFormat: @" Reset %@ to here… " , headBranchName];
176
176
[items addObject: [PBRefMenuItem itemWithTitle: resetTitle action: @selector (reset: ) enabled: YES ]];
177
177
[items addObject: [PBRefMenuItem separatorItem ]];
178
178
You can’t perform that action at this time.
0 commit comments