Changeset 27756 in osm for applications


Ignore:
Timestamp:
2012-02-13T20:52:42+01:00 (13 years ago)
Author:
stoecker
Message:

I18 fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/imageryadjust/src/imageryadjust/ImageryAdjustMapMode.java

    r27744 r27756  
    3636        super(tr("Adjust imagery"), "adjustimg",
    3737                tr("Adjust the position of the selected imagery layer"),
    38                 Shortcut.registerShortcut("imageryadjust:adjustmode", tr("imageryadjust"), KeyEvent.VK_Y, Shortcut.GROUP_EDIT),
     38                Shortcut.registerShortcut("imageryadjust:adjustmode", tr("Mode: {0}", tr("Adjust imagery")), KeyEvent.VK_Y, Shortcut.GROUP_EDIT),
    3939                mapFrame,
    4040                ImageProvider.getCursor("normal", "move"));
Note: See TracChangeset for help on using the changeset viewer.