Ignore:
Timestamp:
2003-09-23T14:58:18+12:00 (21 years ago)
Author:
mdewsnip
Message:

Partway through tooltip assignment. Made lots of little changes, registered a whole lot more components, removed dead code, fixed help links (with SimpleMenuBars). Lots more of the same to come.

File:
1 edited

Legend:

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

    r4675 r5527  
    114114        break;
    115115    case BROWSER:
    116         source_str = gatherer.dictionary.get("Source.Browser");
     116        source_str = gatherer.dictionary.get("GUI.Hunt");
    117117        break;
    118118    case MIRRORING:
    119         source_str = gatherer.dictionary.get("Source.Mirroring");
     119        source_str = gatherer.dictionary.get("GUI.Mirror");
    120120        break;
    121121    case COLLECT:
    122         source_str = gatherer.dictionary.get("Source.Collect");
     122        source_str = gatherer.dictionary.get("GUI.Gather");
    123123        break;
    124124    case METAEDIT:
    125         source_str = gatherer.dictionary.get("Source.MetaEdit");
     125        source_str = gatherer.dictionary.get("GUI.Enrich");
    126126        break;
    127127    case BUILDING:
Note: See TracChangeset for help on using the changeset viewer.