Skip to content

Commit

Permalink
#122 - typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Dec 18, 2014
1 parent 1ceb2b1 commit 7e23f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/apollo/js/View/Track/AnnotTrack.js
Original file line number Diff line number Diff line change
Expand Up @@ -4461,7 +4461,7 @@ var AnnotTrack = declare( DraggableFeatureTrack,
} ));
contextMenuItems["make_intron"] = index++;
annot_context_menu.addChild(new dijit.MenuItem( {
label: "Move to opposte strand",
label: "Move to opposite strand",
onClick: function(event) {
thisObj.flipStrand();
}
Expand Down

0 comments on commit 7e23f32

Please sign in to comment.