Changeset 5289 in josm
- Timestamp:
- Jun 20, 2012 11:45:42 PM (11 months 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.
