Changeset 5289 in josm


Ignore:
Timestamp:
2012-06-20T23:45:42+02:00 (12 years ago)
Author:
simon04
Message:

fix #7793 - Wrong tooltip for undo button

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/UndoAction.java

    r4982 r5289  
    4949            putValue(NAME, tr("Undo ..."));
    5050            setTooltip(tr("Undo {0}",
    51                     Main.main.undoRedo.commands.getFirst().getDescriptionText()));
     51                    Main.main.undoRedo.commands.getLast().getDescriptionText()));
    5252        }
    5353    }
Note: See TracChangeset for help on using the changeset viewer.