opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/AbstractBrowseEntriesPanel.java
@@ -1601,6 +1601,7 @@ */ class CustomComboBoxCellRenderer extends CustomListCellRenderer { private Message ALL_BASE_DNS_STRING = INFO_CTRL_PANEL_ALL_BASE_DNS.get(); /** * The constructor. * @param combo the combo box to be rendered. @@ -1624,7 +1625,7 @@ String name = getStringValue(element); if (ALL_BASE_DNS.equals(name)) { ((JLabel)comp).setText(ALL_BASE_DNS); ((JLabel)comp).setText(ALL_BASE_DNS_STRING.toString()); } } comp.setFont(defaultFont); opendj-sdk/opends/src/messages/messages/admin_tool.properties
@@ -1755,6 +1755,7 @@ MILD_ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_SUMMARY=Error deleting subtree MILD_ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_DETAILS=An error occurred deleting \ subtree '%s'. INFO_CTRL_PANEL_ALL_BASE_DNS=All Base DNs INFO_CTRL_PANEL_LDAP_FILTER=LDAP Filter: INFO_CTRL_PANEL_USERS_FILTER=Users INFO_CTRL_PANEL_GROUPS_FILTER=Groups