Ignore:
Timestamp:
2011-10-08T09:37:19+02:00 (13 years ago)
Author:
zverik
Message:

tr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/selection/SelectHighwayAction.java

    r26799 r26801  
    3737            getCurrentDataSet().setSelected(selectHighwayBetween(selectedWays.get(0), selectedWays.get(1)));
    3838        } else {
    39             JOptionPane.showMessageDialog(Main.parent, "Please select one or two ways for this action", "Select Highway", JOptionPane.ERROR_MESSAGE);
     39            JOptionPane.showMessageDialog(Main.parent, tr("Please select one or two ways for this action"), "Select Highway", JOptionPane.ERROR_MESSAGE);
    4040        }
    4141    }
Note: See TracChangeset for help on using the changeset viewer.