JAL-2808 better tooltip 'delete this condition'
[jalview.git] / src / jalview / gui / FeatureTypeSettings.java
index 82e826f..434515a 100644 (file)
@@ -1421,8 +1421,8 @@ public class FeatureTypeSettings extends JalviewDialog
     {
       // todo: gif for button drawing '-' or 'x'
       JButton removeCondition = new BasicArrowButton(SwingConstants.WEST);
-      removeCondition
-              .setToolTipText(MessageManager.getString("label.delete_row"));
+      removeCondition.setToolTipText(
+              MessageManager.getString("label.delete_condition"));
       removeCondition.addActionListener(new ActionListener()
       {
         @Override