Changeset 11443


Ignore:
Timestamp:
2006-03-21T14:27:46+12:00 (18 years ago)
Author:
kjdon
Message:

remove the correct amount of text from the error messages

File:
1 edited

Legend:

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

    r11432 r11443  
    157157    String message = event.getMessage();
    158158    if (message.startsWith("explode_metadata_database.pl>")) {
    159         message = message.substring(6);
     159        message = message.substring(29);
    160160        error_message.append(message);
    161161        error_message.append("\n");
Note: See TracChangeset for help on using the changeset viewer.