Merge commit 'alpha/update_2_12_for_2_11_2_series_merge^2' into HEAD
[jalview.git] / src / jalview / io / VamsasAppDatastore.java
index 15c481d..7375d43 100644 (file)
@@ -340,10 +340,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.");
                 }
               }
             }