Changeset 36252 for main/trunk


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

adding in add all button string keys

File:
1 edited

Legend:

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

    r36191 r36252  
    4949import org.w3c.dom.*;
    5050/** This class is resposible for storing the indexes which have been assigned to this collection and the default index, and providing methods for interacting with both these data pools. It also knows how to turn itself into a String as it would be displayed in the collection configuration file.
    51  * @author John Thompson, Greenstone Digital Library, University of Waikato
    52  * @version 2.3
    5351 */
    5452public class SearchIndexManager extends BaseIndexManager {
     
    7371      this.nip_add_index_tooltip_key = "CDM.IndexManager.Add_Index_Tooltip";
    7472      this.nip_replace_index_button_key = "CDM.IndexManager.Replace_Index";
    75       this.nip_replace_index_tooltip_key = "CDM.IndexManager.Replace_Index_Tooltip";
     73      this.nip_replace_index_tooltip_key = "CDM.IndexManager.Replace_Index_Tooltip"; 
     74      this.nip_add_all_index_button_key = "CDM.IndexManager.AddAll";
     75      this.nip_add_all_index_tooltip_key = "CDM.IndexManager.AddAll_Tooltip";
    7676     
    7777    }
Note: See TracChangeset for help on using the changeset viewer.