Changeset 21624 in osm for applications/editors


Ignore:
Timestamp:
2010-06-09T17:56:05+02:00 (14 years ago)
Author:
stoecker
Message:

fix usage of trn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysRotateCommand.java

    r21613 r21624  
    44package org.openstreetmap.josm.plugins.alignways;
    55
    6 import static org.openstreetmap.josm.tools.I18n.trn;
     6import static org.openstreetmap.josm.tools.I18n.tr;
    77
    88import java.util.Collection;
     
    170170        public MutableTreeNode description() {
    171171                return new DefaultMutableTreeNode(
    172                                 new JLabel(trn("Align way segment", "", 1), ImageProvider.get(
     172                                new JLabel(tr("Align way segment"), ImageProvider.get(
    173173                                                "", "alignways"), SwingConstants.HORIZONTAL));
    174174        }
Note: See TracChangeset for help on using the changeset viewer.