Changeset 36250


Ignore:
Timestamp:
2022-06-13T16:25:23+12:00 (23 months ago)
Author:
kjdon
Message:

added keys for add all button

File:
1 edited

Legend:

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

    r36172 r36250  
    4747    this.nip_replace_index_button_key = "CDM.FacetManager.Replace";
    4848    this.nip_replace_index_tooltip_key = "CDM.FacetManager.Replace_Tooltip";
    49 
     49    this.nip_add_all_index_button_key = "CDM.IndexManager.AddAll";
     50    this.nip_add_all_index_tooltip_key = "CDM.FacetManager.AddAll_Tooltip";
     51 
    5052    }
    5153
Note: See TracChangeset for help on using the changeset viewer.