Changeset 8841


Ignore:
Timestamp:
2004-12-17T10:36:32+13:00 (19 years ago)
Author:
kjdon
Message:

fixed spelling mistake on one of the strings names

File:
1 edited

Legend:

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

    r8840 r8841  
    12841284        Dictionary.setBoth(add_button, "CDM.PlugInManager.Add", "CDM.PlugInManager.Add_Tooltip");
    12851285        ignore_button = new GLIButton();
    1286         Dictionary.setBoth(ignore_button, "CDM.PlugInManager.Ignore","CDM.PlugInManager.Ignore_tooltip" );
     1286        Dictionary.setBoth(ignore_button, "CDM.PlugInManager.Ignore","CDM.PlugInManager.Ignore_Tooltip" );
    12871287
    12881288        add_button.addActionListener(this);
Note: See TracChangeset for help on using the changeset viewer.