Changeset 36172


Ignore:
Timestamp:
2022-05-10T14:33:43+12:00 (2 years ago)
Author:
kjdon
Message:

added another dictionary key

Location:
main/trunk/gli/src/org/greenstone/gatherer/cdm
Files:
2 edited

Legend:

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

    r36150 r36172  
    4141    this.nip_edit_index_key = "CDM.FacetManager.Edit";
    4242    this.nip_source_label_key = "CDM.FacetManager.Source";
     43        this.nip_source_tooltip_key = "CDM.FacetManager.Source_Tooltip";
     44
    4345    this.nip_add_index_button_key = "CDM.FacetManager.Add";
    4446    this.nip_add_index_tooltip_key = "CDM.FacetManager.Add_Tooltip";
  • main/trunk/gli/src/org/greenstone/gatherer/cdm/SortFieldManager.java

    r36161 r36172  
    3838    this.remove_button_tooltip_key = "CDM.SortFieldManager.Remove_Button_Tooltip";
    3939        this.default_indicator_key = "CDM.SortFieldManager.Default_Sort_Indicator";
     40        this.set_default_tooltip_key = "CDM.SortFieldManager.Set_Default_Tooltip";
    4041    this.nip_new_index_key = "CDM.SortFieldManager.New";
    4142    this.nip_edit_index_key = "CDM.SortFieldManager.Edit";
    4243    this.nip_source_label_key = "CDM.SortFieldManager.Source";
     44        this.nip_source_tooltip_key = "CDM.SortFieldManager.Source_Tooltip";
    4345
    4446    this.nip_add_index_button_key = "CDM.SortFieldManager.Add";
Note: See TracChangeset for help on using the changeset viewer.