Ignore:
Timestamp:
2010-01-13T20:12:48+01:00 (14 years ago)
Author:
mjulius
Message:

fix messages for gui/dialogs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/changeset/ChangesetCacheTableCellRenderer.java

    r2711 r2847  
    6060    protected void renderOpen(Changeset cs) {
    6161        if (cs.isOpen()) {
    62             setText(trc("changeset.open", "Open"));
     62            setText(trc("changeset.state", "Open"));
    6363        } else {
    64             setText(trc("changeset.open", "Closed"));
     64            setText(trc("changeset.state", "Closed"));
    6565        }
    6666        setToolTipText("");
Note: See TracChangeset for help on using the changeset viewer.