Ignore:
Timestamp:
2011-02-02T16:55:43+13:00 (13 years ago)
Author:
ak19
Message:

Renamed warning message and title for for NoEncodingSupport

File:
1 edited

Legend:

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

    r23433 r23662  
    12791279    static private void multipleFilenameEncodingsNotSupported() {   
    12801280        WarningDialog dialog = new WarningDialog("warning.NoEncodingSupport",
    1281             Dictionary.get("General.MultipleFileNamesNotSupported.Title"),
    1282             Dictionary.get("General.MultipleFileNamesNotSupported.Message"), null, false);
     1281            Dictionary.get("NoEncodingSupport.Title"),
     1282            Dictionary.get("NoEncodingSupport.Message"), null, false);
    12831283        dialog.display();
    12841284        dialog.dispose();
Note: See TracChangeset for help on using the changeset viewer.