Changeset 11367


Ignore:
Timestamp:
2006-03-16T11:11:28+13:00 (18 years ago)
Author:
kjdon
Message:

added a space between number of files and 'files'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gui/tree/DragTree.java

    r11062 r11367  
    252252        }
    253253        else {
    254         String title = getSelectionCount() + Dictionary.get("Tree.Files");
     254        String title = getSelectionCount() + " " + Dictionary.get("Tree.Files");
    255255        label = new JLabel(title, ((DefaultTreeCellRenderer)getCellRenderer()).getClosedIcon(), JLabel.CENTER);
    256256        title = null;
Note: See TracChangeset for help on using the changeset viewer.