Changeset 27529 in osm


Ignore:
Timestamp:
2012-01-21T15:28:31+01:00 (13 years ago)
Author:
stoecker
Message:

i18n fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/irsrectify/src/irsrectify/IRSRectifyPlugin.java

    r24997 r27529  
    2626public class IRSRectifyPlugin extends Plugin {
    2727    static private int newLayerNameCounter = 0;
    28     static private String ONE_LINE_TO_RULE = "Update IRS adjustment layer";
    2928
    3029    private MapFrame frame;
     
    4342
    4443        public IRSRectifyAction() {
    45             super(tr(ONE_LINE_TO_RULE), "irsrectify.png", tr(ONE_LINE_TO_RULE),
    46                     Shortcut.registerShortcut("menu:irsrectify", tr(ONE_LINE_TO_RULE), KeyEvent.VK_I, Shortcut.GROUP_LAYER), false);
     44            super(tr("Update IRS adjustment layer"), "irsrectify.png", tr("Update IRS adjustment layer"),
     45                    Shortcut.registerShortcut("menu:irsrectify", tr("Update IRS adjustment layer"), KeyEvent.VK_I, Shortcut.GROUP_LAYER), false);
    4746        }
    4847
Note: See TracChangeset for help on using the changeset viewer.