Changeset 11410


Ignore:
Timestamp:
2006-03-20T11:08:18+12:00 (18 years ago)
Author:
kjdon
Message:

changed mb to Mb

File:
1 edited

Legend:

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

    r11109 r11410  
    141141    static final public String KILOBYTE_SUFFIX = " kb";
    142142    static final public long MEGABYTE =    1024000l;
    143     static final public String MEGABYTE_SUFFIX = " mb";
     143    static final public String MEGABYTE_SUFFIX = " Mb";
    144144    static final public String formatFileLength(long length) {
    145145    StringBuffer result = new StringBuffer("");
Note: See TracChangeset for help on using the changeset viewer.