Fix for issue 4297 (i18n: One message in Manage Entries window)
Make the hardcoded message localizable by adding it to a message properties file.
| | |
| | | (DefaultMutableTreeNode)controller.getTreeModel().getRoot(); |
| | | |
| | | nEntries += getChildren(root); |
| | | lNumberOfEntries.setText("Number of entries: "+nEntries); |
| | | lNumberOfEntries.setText(INFO_CTRL_BROWSER_NUMBER_OF_ENTRIES.get( |
| | | nEntries).toString()); |
| | | } |
| | | }); |
| | | } |
| | |
| | | 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. |