X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fjbgui%2FGStructureViewer.java;h=52f745d3e1375027b31df5c46a461b05b4a8eb87;hb=94379c810f9115b8564ee7bac46ed119218d5fd2;hp=daba59248b290944ca70a57b293bfe6c586707db;hpb=8e2d11189e14700f721dc0cf17c462352883ef97;p=jalview.git diff --git a/src/jalview/jbgui/GStructureViewer.java b/src/jalview/jbgui/GStructureViewer.java index daba592..52f745d 100644 --- a/src/jalview/jbgui/GStructureViewer.java +++ b/src/jalview/jbgui/GStructureViewer.java @@ -281,7 +281,8 @@ public abstract class GStructureViewer extends JInternalFrame implements } }); zappoColour = new JRadioButtonMenuItem(); - zappoColour.setText(MessageManager.getString("label.zappo")); + zappoColour.setText(MessageManager + .getString("label.colourScheme_zappo")); zappoColour.addActionListener(new ActionListener() { @Override @@ -291,7 +292,8 @@ public abstract class GStructureViewer extends JInternalFrame implements } }); taylorColour = new JRadioButtonMenuItem(); - taylorColour.setText(MessageManager.getString("label.taylor")); + taylorColour.setText(MessageManager + .getString("label.colourScheme_taylor")); taylorColour.addActionListener(new ActionListener() { @Override @@ -301,7 +303,8 @@ public abstract class GStructureViewer extends JInternalFrame implements } }); hydroColour = new JRadioButtonMenuItem(); - hydroColour.setText(MessageManager.getString("label.hydrophobicity")); + hydroColour.setText(MessageManager + .getString("label.colourScheme_hydrophobic")); hydroColour.addActionListener(new ActionListener() { @Override @@ -312,7 +315,7 @@ public abstract class GStructureViewer extends JInternalFrame implements }); strandColour = new JRadioButtonMenuItem(); strandColour.setText(MessageManager - .getString("label.strand_propensity")); + .getString("label.colourScheme_strand_propensity")); strandColour.addActionListener(new ActionListener() { @Override @@ -322,7 +325,8 @@ public abstract class GStructureViewer extends JInternalFrame implements } }); helixColour = new JRadioButtonMenuItem(); - helixColour.setText(MessageManager.getString("label.helix_propensity")); + helixColour.setText(MessageManager + .getString("label.colourScheme_helix_propensity")); helixColour.addActionListener(new ActionListener() { @Override @@ -332,7 +336,8 @@ public abstract class GStructureViewer extends JInternalFrame implements } }); turnColour = new JRadioButtonMenuItem(); - turnColour.setText(MessageManager.getString("label.turn_propensity")); + turnColour.setText(MessageManager + .getString("label.colourScheme_turn_propensity")); turnColour.addActionListener(new ActionListener() { @Override @@ -342,7 +347,8 @@ public abstract class GStructureViewer extends JInternalFrame implements } }); buriedColour = new JRadioButtonMenuItem(); - buriedColour.setText(MessageManager.getString("label.buried_index")); + buriedColour.setText(MessageManager + .getString("label.colourScheme_buried_index")); buriedColour.addActionListener(new ActionListener() { @Override @@ -352,7 +358,8 @@ public abstract class GStructureViewer extends JInternalFrame implements } }); nucleotideColour = new JRadioButtonMenuItem(); - nucleotideColour.setText(MessageManager.getString("label.nucleotide")); + nucleotideColour.setText(MessageManager + .getString("label.colourScheme_nucleotide")); nucleotideColour.addActionListener(new ActionListener() { @Override @@ -363,7 +370,7 @@ public abstract class GStructureViewer extends JInternalFrame implements }); purinePyrimidineColour = new JRadioButtonMenuItem(); purinePyrimidineColour.setText(MessageManager - .getString("label.purine_pyrimidine")); + .getString("label.colourScheme_purine/pyrimidine")); purinePyrimidineColour.addActionListener(new ActionListener() { @Override