Ignore:
Timestamp:
2019-02-20T22:26:10+01:00 (6 years ago)
Author:
bwr57
Message:

Changed the "shelter" word translation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/CustomizePublicTransportStop/src/org/openstreetmap/josm/plugins/customizepublictransportstop/CustomizePublicTransportStopDialog.java

    r34726 r34897  
    33
    44import static org.openstreetmap.josm.tools.I18n.tr;
     5import static org.openstreetmap.josm.tools.I18n.trc;
    56
    67import java.awt.Frame;
     
    3132    private static final String CANCEL_COMMAND = "cancel";
    3233    private static final String SAVE_COMMAND = "save";
     34
     35    private static final String PUBLIC_TRANSPORT_LANG_SECTION_NAME = "PublicTransport";
    3336    private static final String CANCEL_BUTTON_CAPTION = "Cancel";
    3437    private static final String SAVE_BUTTON_CAPTION = "Save";
     
    346349        contentPane.add(checkBoxIsBench);
    347350
    348         checkBoxIsShelter = new JCheckBox(tr(SHELTER_CAPTION));
     351        checkBoxIsShelter = new JCheckBox(trc(PUBLIC_TRANSPORT_LANG_SECTION_NAME, SHELTER_CAPTION));
    349352        layoutCons.gridx = 1;
    350353        layoutCons.gridy = 10;
Note: See TracChangeset for help on using the changeset viewer.