Changeset 12607


Ignore:
Timestamp:
2006-08-30T14:24:19+12:00 (18 years ago)
Author:
kjdon
Message:

added some dictionary string keys into a comment so that checking for unused dictionary strings will find them

File:
1 edited

Legend:

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

    r12162 r12607  
    107107       
    108108        JPanel main_panel = new JPanel();
     109        /* may be CDM.BuildTypeManager.mg, CDM.BuildTYpeManager.mgpp, CDM.BuildTypeManager.lucene */
    109110        label = new JLabel(Dictionary.get("CDM.BuildTypeManager.Current_Type", getBuildTypeString(getBuildType())));
    110111        change_button = new GLIButton(Dictionary.get("CDM.BuildTypeManager.Change"), Dictionary.get("CDM.BuildTypeManager.Change_Tooltip"));
     
    206207        description_textarea = new JTextArea();
    207208        description_textarea.setBorder(BorderFactory.createEmptyBorder(5,5,5,5));
     209        /* may be CDM.BuildTypeManager.mg_Description, CDM.BuildTYpeManager.mgpp_Description, CDM.BuildTypeManager.lucene_Description */
    208210        description_textarea.setText(Dictionary.get("CDM.BuildTypeManager."+current_build_type+"_Description"));
    209211        description_textarea.setLineWrap(true);
Note: See TracChangeset for help on using the changeset viewer.