Changeset 11047


Ignore:
Timestamp:
2006-01-17T10:33:04+13:00 (18 years ago)
Author:
mdewsnip
Message:

Small fix to previous change.

File:
1 edited

Legend:

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

    r11046 r11047  
    353353        }
    354354        else {
    355         JOptionPane.showMessageDialog(Gatherer.g_man, Dictionary.get("CDM.PlugInManager.Classifier_XML_Parse_Failed", classifier), Dictionary.get("General.Error"), JOptionPane.ERROR_MESSAGE);
     355        JOptionPane.showMessageDialog(Gatherer.g_man, Dictionary.get("CDM.ClassifierManager.Classifier_XML_Parse_Failed", classifier), Dictionary.get("General.Error"), JOptionPane.ERROR_MESSAGE);
    356356        }
    357357    }
Note: See TracChangeset for help on using the changeset viewer.