Changeset 8467 in josm for trunk/src/org/openstreetmap/josm/actions
- Timestamp:
- 2015-06-06T01:11:41+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/org/openstreetmap/josm/actions/DistributeAction.java ¶
r8377 r8467 3 3 4 4 import static org.openstreetmap.josm.gui.help.HelpUtil.ht; 5 import static org.openstreetmap.josm.tools.I18n.marktr; 5 6 import static org.openstreetmap.josm.tools.I18n.tr; 6 7 … … 33 34 public final class DistributeAction extends JosmAction { 34 35 35 private static final String ACTION_SHORT_NAME = "Distribute Nodes"; 36 private static final String ACTION_SHORT_NAME = marktr("Distribute Nodes"); 36 37 37 38 /**
Note:
See TracChangeset
for help on using the changeset viewer.