mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
19.52.2009 ff43ab035f88bc1945f4343f6cafc97920082d63
Fix for issue 4297 (i18n: One message in Manage Entries window)
Make the hardcoded message localizable by adding it to a message properties file.
2 files modified
4 ■■■ changed files
opends/src/guitools/org/opends/guitools/controlpanel/ui/AbstractBrowseEntriesPanel.java 3 ●●●● patch | view | raw | blame | history
opends/src/messages/messages/admin_tool.properties 1 ●●●● patch | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/AbstractBrowseEntriesPanel.java
@@ -1846,7 +1846,8 @@
                (DefaultMutableTreeNode)controller.getTreeModel().getRoot();
              nEntries += getChildren(root);
              lNumberOfEntries.setText("Number of entries: "+nEntries);
              lNumberOfEntries.setText(INFO_CTRL_BROWSER_NUMBER_OF_ENTRIES.get(
                  nEntries).toString());
            }
          });
        }
opends/src/messages/messages/admin_tool.properties
@@ -1261,6 +1261,7 @@
INFO_CTRL_PANEL_MAXIMUM_CHILDREN_DISPLAYED=Maximum %d Children Displayed.  Try \
 Applying a Filter.
INFO_CTRL_PANEL_SUBSTRING_SEARCH_INLINE_HELP=Use '*' for substring search.
INFO_CTRL_BROWSER_NUMBER_OF_ENTRIES=Number of entries: %d
INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_BROWSE_SUMMARY=The server is \
 running.  You must provide authentication to browse data.