Skip to content
Snippets Groups Projects
Commit ed4334fb authored by George Nachman's avatar George Nachman
Browse files

Improve copy

parent ad035377
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -5007,12 +5007,12 @@ static double EuclideanDistance(NSPoint p1, NSPoint p2) {
[[theMenu itemAtIndex:[theMenu numberOfItems] - 1] setTarget:self];
 
// Make note
[theMenu addItemWithTitle:@"Add Note…"
[theMenu addItemWithTitle:@"Annotate Selection"
action:@selector(addNote:)
keyEquivalent:@""];
[[theMenu itemAtIndex:[theMenu numberOfItems] - 1] setTarget:self];
[theMenu addItemWithTitle:@"Show Notes"
[theMenu addItemWithTitle:@"Show Note"
action:@selector(showNotes:)
keyEquivalent:@""];
[[theMenu itemAtIndex:[theMenu numberOfItems] - 1] setTarget:self];
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment