improve clarity for smart targets

master
melvin 2011-07-02 12:09:19 +08:00
parent aa1b2f2567
commit e09991b258
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ public class PreferencesDialog extends JDialog implements ActionListener {
mainPanel.add(alwaysPassCheckBox);
Y += 30;
smartTargetCheckBox=new JCheckBox("Remove unusual choices",config.getSmartTarget());
smartTargetCheckBox=new JCheckBox("Remove unusual target choices",config.getSmartTarget());
smartTargetCheckBox.setBounds(X3,Y,W3,H3);
smartTargetCheckBox.setFocusable(false);
mainPanel.add(smartTargetCheckBox);