Ticket #20854: josm_20854_changeset_manager_status.patch

File josm_20854_changeset_manager_status.patch, 598 bytes (added by skyper, 5 years ago)

patch correcting the name of the column to "Status"

  • src/org/openstreetmap/josm/gui/dialogs/changeset/ChangesetCacheTableColumnModel.java

    old new  
    3434        // column 1 - Upload comment
    3535        createColumn(1, tr("Comment"), 200, -1);
    3636
    37         // column 2 - Open
    38         createColumn(2, tr("Open"), 25, -1);
     37        // column 2 - Status
     38        createColumn(2, tr("Status"), 25, -1);
    3939
    4040        // column 3 - User
    4141        createColumn(3, tr("Author"), 50, -1);