Ignore:
Timestamp:
2012-02-11T18:56:53+01:00 (12 years ago)
Author:
simon04
Message:

fix #7370 - Refactor Command.getDescription

File:
1 edited

Legend:

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

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