Changeset 11475 for trunk/gli


Ignore:
Timestamp:
2006-03-27T10:52:15+12:00 (18 years ago)
Author:
kjdon
Message:

changed plugin suggestion prompt add plugin button to have no elipsis - used a new string in the dictionary, but we need to think about whether the elipsises should be in the dictionary or not

File:
1 edited

Legend:

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

    r11378 r11475  
    11831183
    11841184        add_button = new GLIButton();
    1185         Dictionary.setBoth(add_button, "CDM.PlugInManager.Add", "CDM.PlugInManager.Add_Tooltip");
     1185        Dictionary.setBoth(add_button, "CDM.PlugInManager.QuickAdd", "CDM.PlugInManager.Add_Tooltip");
    11861186        ignore_button = new GLIButton();
    11871187        Dictionary.setBoth(ignore_button, "CDM.PlugInManager.Ignore","CDM.PlugInManager.Ignore_Tooltip" );
Note: See TracChangeset for help on using the changeset viewer.