JAL-1645 JAL-1355 UI/i18n: added missing messages, moved ‘…’ into action messages...
[jalview.git] / src / jalview / jbgui / GStructureViewer.java
index c76fb23..982036d 100644 (file)
@@ -166,8 +166,7 @@ public abstract class GStructureViewer extends JInternalFrame implements
     colourMenu.setText(MessageManager.getString("label.colours"));
 
     JMenuItem backGround = new JMenuItem();
-    backGround.setText(MessageManager.getString("label.background_colour")
-            + "...");
+    backGround.setText(MessageManager.getString("action.background_colour"));
     backGround.addActionListener(new ActionListener()
     {
       public void actionPerformed(ActionEvent actionEvent)
@@ -348,6 +347,7 @@ public abstract class GStructureViewer extends JInternalFrame implements
     colourButtons.add(strandColour);
     colourButtons.add(turnColour);
     colourButtons.add(buriedColour);
+    colourButtons.add(purinePyrimidineColour);
     colourButtons.add(userColour);
     colourButtons.add(viewerColour);