Ignore:
Timestamp:
2011-06-25T19:02:31+02:00 (14 years ago)
Author:
stoecker
Message:

i18n update, split plugin and core translation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/WMSRacer.java

    r23190 r26174  
    55 */
    66package wmsturbochallenge;
     7
     8import static org.openstreetmap.josm.tools.I18n.tr;
    79
    810import org.openstreetmap.josm.gui.layer.Layer;
     
    3840
    3941        public DriveAction() {
    40             super("Go driving", "wmsracer",
    41                     "Drive a race car on this layer",
     42            super(tr("Go driving"), "wmsracer",
     43                    tr("Drive a race car on this layer"),
    4244                    null, true);
    4345            setEnabled(false);
Note: See TracChangeset for help on using the changeset viewer.