Ignore:
Timestamp:
2007-09-24T11:25:53+12:00 (17 years ago)
Author:
shaoqun
Message:

added two Tooltips

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/gui/NewCollectionDetailsPrompt.java

    r14361 r14563  
    151151    JPanel collection_scope_pane = new JPanel();
    152152    personal_collection_button = new JRadioButton(Dictionary.get("NewCollectionPrompt.Collection_Scope_Personal"));
     153        personal_collection_button.setToolTipText(Dictionary.get("NewCollectionPrompt.Collection_Scope_Personal_Tooltip"));
    153154    personal_collection_button.setBackground(Configuration.getColor("coloring.collection_tree_background", false));
    154155    personal_collection_button.setOpaque(false);
    155156    JRadioButton shared_collection_button = new JRadioButton(Dictionary.get("NewCollectionPrompt.Collection_Scope_Shared"));
     157    shared_collection_button.setToolTipText(Dictionary.get("NewCollectionPrompt.Collection_Scope_Shared_Tooltip"));
    156158    shared_collection_button.setBackground(Configuration.getColor("coloring.collection_tree_background", false));
    157159    shared_collection_button.setOpaque(false);
Note: See TracChangeset for help on using the changeset viewer.