Ignore:
Timestamp:
2006-07-03T00:31:24+02:00 (18 years ago)
Author:
imi
Message:
  • started i18n
  • started "download incomplete ways" action
  • added straight line selection mode
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/data/conflict/FromConflict.java

    r86 r104  
    11package org.openstreetmap.josm.data.conflict;
     2
     3import static org.openstreetmap.josm.tools.I18n.tr;
    24
    35import org.openstreetmap.josm.data.osm.OsmPrimitive;
     
    1517       
    1618        @Override public String key() {
    17                 return "segment|from";
     19                return "segment|"+tr("from");
    1820        }
    1921       
Note: See TracChangeset for help on using the changeset viewer.