Changeset 5310


Ignore:
Timestamp:
2003-08-27T17:02:54+12:00 (21 years ago)
Author:
kjdon
Message:

update changed to replace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/cdm/SubcollectionManager.java

    r5101 r5310  
    204204        remove_button.setMnemonic(KeyEvent.VK_R);
    205205        remove_button.setEnabled(false);
    206         update_button = new JButton(get("Update"));
     206        update_button = new JButton(get("Replace"));
    207207        update_button.setMnemonic(KeyEvent.VK_U);
    208208        update_button.setEnabled(false);
Note: See TracChangeset for help on using the changeset viewer.