Changeset 9348


Ignore:
Timestamp:
2005-03-10T10:57:27+13:00 (19 years ago)
Author:
mdewsnip
Message:

Moved some strings out of the resource bundle into here.

File:
1 edited

Legend:

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

    r9243 r9348  
    750750    switch(type) {
    751751    case BUILD:
    752         name = Dictionary.get("GShell.Build");
     752        name = "buildcol.pl";
    753753        break;
    754754    case IMPORT:
    755         name = Dictionary.get("GShell.Import");
     755        name = "import.pl";
    756756        break;
    757757    case NEW:
    758         name = Dictionary.get("GShell.New");
     758        name = "mkcol.pl";
    759759        break;
    760760    case EXPORTAS:
    761         name= Dictionary.get("GShell.ExportAs");
     761        name = "export.pl";
    762762        break;
    763763    case CDIMAGE:
    764         name= Dictionary.get("GShell.CDImage");
     764        name = "exportcol.pl";
    765765        break;
    766766    case CONVERT:
    767         name = Dictionary.get("GShell.Convert");
     767        name = "convert_coll_from_gs2.pl";
    768768        break;
    769769    default:
    770         name = Dictionary.get("GShell.Other");
     770        name = "";
    771771    }
    772772    return name;
Note: See TracChangeset for help on using the changeset viewer.