Changeset 5289 in josm for trunk/src/org
- Timestamp:
- 2012-06-20T23:45:42+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/UndoAction.java
r4982 r5289 49 49 putValue(NAME, tr("Undo ...")); 50 50 setTooltip(tr("Undo {0}", 51 Main.main.undoRedo.commands.get First().getDescriptionText()));51 Main.main.undoRedo.commands.getLast().getDescriptionText())); 52 52 } 53 53 }
Note:
See TracChangeset
for help on using the changeset viewer.