Ignore:
Timestamp:
2009-01-13T19:13:12+01:00 (16 years ago)
Author:
stoecker
Message:

lang fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/OsbDialog.java

    r13135 r13192  
    9494    public OsbDialog(final OsbPlugin plugin) {
    9595        super(tr("Open OpenStreetBugs"), "icon_error22",
    96                 tr("Open the OpenStreetBugs window and activates the automatic download"), Shortcut.registerShortcut(
     96                tr("Open the OpenStreetBugs window and activate the automatic download"), Shortcut.registerShortcut(
    9797                        "view:openstreetbugs", tr("Toggle: {0}", tr("Open OpenStreetBugs")), KeyEvent.VK_O,
    9898                        Shortcut.GROUP_MENU, Shortcut.SHIFT_DEFAULT), 150);
Note: See TracChangeset for help on using the changeset viewer.