JAL-1355
[jalview.git] / src / jalview / gui / RedundancyPanel.java
index 5adfae9..91f2450 100755 (executable)
@@ -228,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++)