Ignore:
Timestamp:
2011-08-26T21:42:25+02:00 (13 years ago)
Author:
stoecker
Message:

fix #6702 - patch by Casiope - i18n issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/projection/SwissGrid.java

    r4285 r4341  
    6969    @Override
    7070    public void setupPreferencePanel(JPanel p, ActionListener listener) {
    71         p.add(new HtmlPanel("<i>CH1903 / LV03 (without local corrections)</i>"), GBC.eol().fill(GBC.HORIZONTAL));
     71        p.add(new HtmlPanel(tr("<i>CH1903 / LV03 (without local corrections)</i>")), GBC.eol().fill(GBC.HORIZONTAL));
    7272        p.add(Box.createVerticalGlue(), GBC.eol().fill(GBC.BOTH));
    7373    }
Note: See TracChangeset for help on using the changeset viewer.