JAL-3567 translated rather than imputed peptide
[jalview.git] / src / jalview / datamodel / SequenceFeature.java
index 01574e1..6eeba2f 100755 (executable)
@@ -639,7 +639,7 @@ public class SequenceFeature implements FeatureLocationI
     if (!consequence.isEmpty())
     {
       sb.append(String.format(ROW_DATA, "Consequence",
-              "<i>Imputed by Jalview</i>", consequence));
+              "<i>Translated by Jalview</i>", consequence));
     }
 
     if (otherDetails != null)