JAL-3311 JAL-3141 JAL-3144 tidying obsolete message bundle entries
[jalview.git] / src / jalview / io / VamsasAppDatastore.java
index 387dbfa..2fc526b 100644 (file)
@@ -338,10 +338,8 @@ public class VamsasAppDatastore
                 if (vbound.getV_parent() != null
                         && dataset != vbound.getV_parent())
                 {
-                  throw new Error(MessageManager.getString(
-                          "error.implementation_error_cannot_map_alignment_sequences"));
-                  // This occurs because the dataset for the alignment we are
-                  // trying to
+                  throw new Error(
+                          "IMPLEMENTATION ERROR: Cannot map an alignment of sequences from different datasets into a single alignment in the vamsas document.");
                 }
               }
             }