Ignore:
Timestamp:
2003-08-29T12:00:36+12:00 (21 years ago)
Author:
mdewsnip
Message:

Changed dictionary get()s to have the whole key.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/collection/SaveCollectionBox.java

    r4675 r5355  
    6767    // Dialog setup
    6868    this.setModal(true);
    69     this.setTitle(get("Title"));
     69    this.setTitle(get("SaveCollectionBox.Title"));
    7070    this.setSize(360,100);
    7171    }
     
    103103    String args[] = new String[1];
    104104    args[0] = name;
    105     JLabel save_label = new JLabel(get("Label", args));
     105    JLabel save_label = new JLabel(get("SaveCollectionBox.Label", args));
    106106    content_pane.add(save_label);
    107107    JPanel button_pane = new JPanel(new GridLayout(1,3));
Note: See TracChangeset for help on using the changeset viewer.