Changeset 5289 in josm


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