소스 검색

Fixed bug in sequence alignment coloring

Stephen Ficklin 11 년 전
부모
커밋
6dcd9e02f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tripal_feature/tripal_feature.module

+ 1 - 1
tripal_feature/tripal_feature.module

@@ -851,7 +851,7 @@ function tripal_feature_color_sequence($sequence, $parts, $defline) {
   foreach ($types as $type_name => $present) {
     $newseq .= "<span id=\"tripal_feature-legend-$type_name\" class=\"tripal_feature-legend-item tripal_feature-featureloc_sequence-$type_name\" script=\"\">$type_name</span>";
   }
-  $newseq .= "</div>Hold the cursor over a type above to highlight its positions in the sequence below. The colors in the sequence below merge when types overlap.";
+  $newseq .= "</div>Hold the cursor over a type above to highlight its positions in the sequence below.";
 
 
   // set the background color of the rows based on the type