Changeset 29449 in osm for applications


Ignore:
Timestamp:
2013-03-31T15:29:12+02:00 (12 years ago)
Author:
stoecker
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/OsmInspectorPlugin/src/org/openstreetmap/josm/plugins/osminspector/ImportOsmInspectorBugsAction.java

    r29448 r29449  
    2828                super(tr("Import Osm Inspector Bugs..."), "importosmibugs",
    2929                                tr("Import Osm Inspector Bugs..."), Shortcut.registerShortcut("importosmibugs",
    30                                                 tr("Edit: {10}", tr("Import Osm Inspector Bugs...")),
     30                                                tr("Edit: {0}", tr("Import Osm Inspector Bugs...")),
    3131                                                KeyEvent.VK_O, Shortcut.ALT_CTRL), true);
    3232                putValue("help", ht("/Action/ImportOsmInspectorBugs"));
Note: See TracChangeset for help on using the changeset viewer.