Changeset 2225 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2009-10-02T23:50:49+02:00 (15 years ago)
Author:
stoecker
Message:

fixed #3566 - added marktrc() for translations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/I18n.java

    r2179 r2225  
    4747    }
    4848
     49    /* NOTE: marktr does NOT support context strings - use marktrc instead */
    4950    public static final String marktr(String text) {
     51        return text;
     52    }
     53
     54    public static final String marktrc(String context, String text) {
    5055        return text;
    5156    }
Note: See TracChangeset for help on using the changeset viewer.