Ignore:
Timestamp:
2010-07-28T11:25:58+02:00 (14 years ago)
Author:
bastiK
Message:

fixed #5228 - type=line (bus-)relation is translated to "Freileitung (Starkstrom)" (power line)

File:
1 edited

Legend:

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

    r3353 r3389  
    126126
    127127    public static final String trc(String ctx, String text) {
     128        if (ctx == null)
     129            return tr(text);
     130        if (text == null)
     131            return null;
    128132        return MessageFormat.format(gettext(text, ctx), (Object)null);
    129133    }
Note: See TracChangeset for help on using the changeset viewer.