dialog box menu item naming
authorjprocter <Jim Procter>
Tue, 8 May 2007 16:51:14 +0000 (16:51 +0000)
committerjprocter <Jim Procter>
Tue, 8 May 2007 16:51:14 +0000 (16:51 +0000)
help/html/menus/alwcolour.html
src/jalview/jbgui/GAlignFrame.java

index 2c90bf9..eccfae5 100755 (executable)
@@ -8,7 +8,8 @@
       </strong><em>If this is selected, any changes made to the background colour 
       will be applied to all currently defined groups.<br>
       </em></li>
-      <li><strong><a href="../colourSchemes/textcolour.html">Colour Text...</a></strong><em><br>
+      <li><strong><a href="../colourSchemes/textcolour.html">Colour
+  Text ...</a></strong><em><br>
       Opens the Colour Text dialog box to set a different text colour for light and dark background, and the intensity threshold for transition between them.
       </em></li>
     <li>Colour Scheme options: <strong>None, ClustalX, Blosum62 Score, Percentage 
index 0e5d00e..b37e4c1 100755 (executable)
@@ -1221,7 +1221,7 @@ public class GAlignFrame
     tabbedPane.setToolTipText("<html><i> Right-click to rename tab"
                               +
         "<br> Press X to eXpand tabs, G to reGroup.</i></html>");
-    textColour.setText("Text Colour");
+    textColour.setText("Colour Text ...");
     textColour.addActionListener(new ActionListener()
     {
       public void actionPerformed(ActionEvent e)