button.setSelection(false);
msgs.removeMessage(WARNING_EDITED_MANUALLY, control);
} else if (subBundleList.size() == 1 && subBundleList.iterator().next().equalsIgnoreCase(ALL_BND)) {
button.setGrayed(false);
button.setSelection(true);
msgs.removeMessage(WARNING_EDITED_MANUALLY, control);
} else {
button.setGrayed(true);
button.setSelection(true);
msgs.addMessage(WARNING_EDITED_MANUALLY, "The '-sub' setting has been edited manually in the bnd.bnd file. Changing here will override the manually provided setting.", null, IMessageProvider.WARNING, control);
}