From 7e23f325f6f18a4be204b90ffea6a68fa85c34a5 Mon Sep 17 00:00:00 2001 From: Nathan Dunn Date: Thu, 18 Dec 2014 14:58:02 -0800 Subject: [PATCH] #122 - typo --- client/apollo/js/View/Track/AnnotTrack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/apollo/js/View/Track/AnnotTrack.js b/client/apollo/js/View/Track/AnnotTrack.js index cee154a664..0a0798aaf2 100644 --- a/client/apollo/js/View/Track/AnnotTrack.js +++ b/client/apollo/js/View/Track/AnnotTrack.js @@ -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(); }