X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FRedundancyPanel.java;h=1fcd87593e9088f14df8c87224739ca76af9c5ab;hb=aec85d6dfc1dd5970a50a53dc9d161635d1e9960;hp=5e7f2a142cb18fbe5e893ec6d0e49afbfef0b2c8;hpb=47168f025aefdaa044802bd5f8f510ffe43a4808;p=jalview.git diff --git a/src/jalview/gui/RedundancyPanel.java b/src/jalview/gui/RedundancyPanel.java index 5e7f2a1..1fcd875 100755 --- a/src/jalview/gui/RedundancyPanel.java +++ b/src/jalview/gui/RedundancyPanel.java @@ -88,8 +88,9 @@ public class RedundancyPanel extends GSliderPanel implements Runnable frame = new JInternalFrame(); frame.setContentPane(this); - Desktop.addInternalFrame(frame, MessageManager.getString("label.redundancy_threshold_selection"), 400, - 100, false); + Desktop.addInternalFrame(frame, MessageManager + .getString("label.redundancy_threshold_selection"), 400, 100, + false); frame.addInternalFrameListener(new InternalFrameAdapter() { public void internalFrameClosing(InternalFrameEvent evt) @@ -158,7 +159,7 @@ public class RedundancyPanel extends GSliderPanel implements Runnable progress.setVisible(false); progress = null; - label.setText("Enter the redundancy threshold"); + label.setText(MessageManager.getString("label.enter_redundancy_thereshold")); slider.setVisible(true); applyButton.setEnabled(true); valueField.setVisible(true); @@ -227,7 +228,7 @@ public class RedundancyPanel extends GSliderPanel implements Runnable } } - EditCommand cut = new EditCommand("Remove Redundancy", + EditCommand cut = new EditCommand(MessageManager.getString("action.remove_redundancy"), EditCommand.CUT, deleted, 0, width, ap.av.getAlignment()); for (int i = 0; i < del.size(); i++)