Ignore:
Timestamp:
2022-09-06T15:44:04+12:00 (20 months ago)
Author:
davidb
Message:

Changed to using square brackets for displaying short collection name

File:
1 edited

Legend:

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

    r34285 r36580  
    10231023        title_buffer.append(title);
    10241024        title_buffer.append(StaticStrings.SPACE_CHARACTER);
    1025         title_buffer.append(StaticStrings.OPEN_PARENTHESIS_CHARACTER);
     1025        title_buffer.append(StaticStrings.LBRACKET_CHARACTER);
    10261026        title_buffer.append(name);
    1027         title_buffer.append(StaticStrings.CLOSE_PARENTHESIS_CHARACTER);
     1027        title_buffer.append(StaticStrings.RBRACKET_CHARACTER);
    10281028    }
    10291029    else {
Note: See TracChangeset for help on using the changeset viewer.