JAL-1355
[jalview.git] / src / jalview / ws / jws2 / SequenceAnnotationWSClient.java
index 77a7a67..2138473 100644 (file)
@@ -106,7 +106,7 @@ public class SequenceAnnotationWSClient extends Jws2Client
         } catch (Exception x)
         {
           x.printStackTrace();
-          throw new Error("Implementation error", x);
+          throw new Error(MessageManager.getString("error.implementation_error"), x);
         }
         alignFrame.getViewport().getCalcManager().registerWorker(worker);
         alignFrame.getViewport().getCalcManager().startWorker(worker);