X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fjbgui%2FGPreferences.java;h=f9b7ba9671073bbf3497981ee6b9877d95362690;hb=9d701bbe1b456aac498c5665cb3d7ac00a58db57;hp=d4929b422292766f6cb7d956317da2ecbf586c9d;hpb=67fe33692d163752fd467468b18ace4a9b4eac7d;p=jalview.git diff --git a/src/jalview/jbgui/GPreferences.java b/src/jalview/jbgui/GPreferences.java index d4929b4..f9b7ba9 100755 --- a/src/jalview/jbgui/GPreferences.java +++ b/src/jalview/jbgui/GPreferences.java @@ -76,7 +76,7 @@ public class GPreferences identity.setHorizontalAlignment(SwingConstants.RIGHT); identity.setHorizontalTextPosition(SwingConstants.LEFT); identity.setSelected(true); - identity.setText("% Identity"); + identity.setText("Consensus"); identity.setBounds(new Rectangle(326, 53, 99, 23)); annotations.setFont(new java.awt.Font("Verdana", Font.PLAIN, 11)); annotations.setHorizontalAlignment(SwingConstants.RIGHT);