Ignore:
Timestamp:
2009-07-12T13:32:12+02:00 (15 years ago)
Author:
stoecker
Message:

fixed i18n issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/routes/src/org/openstreetmap/josm/plugins/routes/RelationEditMode.java

    r16428 r16448  
    2828        public RelationEditMode(MapFrame mapFrame) {
    2929        super(tr("Edit relation"), "node/autonode", tr("Edit relations"),
    30                 Shortcut.registerShortcut("mapmode:editRelation", tr("Mode: {0}", tr("EditRelation")), KeyEvent.VK_H, Shortcut.GROUP_EDIT),
     30                Shortcut.registerShortcut("mapmode:editRelation", tr("Mode: {0}", tr("Edit relation")), KeyEvent.VK_H, Shortcut.GROUP_EDIT),
    3131                mapFrame, Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR));
    3232        }
Note: See TracChangeset for help on using the changeset viewer.