Fix for * JAL-541
authorjprocter <Jim Procter>
Sun, 6 Jun 2010 14:27:51 +0000 (14:27 +0000)
committerjprocter <Jim Procter>
Sun, 6 Jun 2010 14:27:51 +0000 (14:27 +0000)
src/jalview/jbgui/GAlignFrame.java

index 2a9e211..067b3d2 100755 (executable)
@@ -1491,7 +1491,7 @@ public class GAlignFrame extends JInternalFrame
       }
     });
     // TODO: should be hidden if no selection exists.
-    hideAllButSelection.setText("All but Selected Rregion (Shift+Ctrl+H)");
+    hideAllButSelection.setText("All but Selected Region (Shift+Ctrl+H)");
     hideAllButSelection.addActionListener(new ActionListener()
     {
       public void actionPerformed(ActionEvent e)