Ignore:
Timestamp:
2011-03-09T22:36:41+01:00 (13 years ago)
Author:
bastiK
Message:

fixed #6082 - Launch browser with wiki help to selected object

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java

    r3743 r3970  
    10531053        public HelpAction() {
    10541054            putValue(NAME, tr("Go to OSM wiki for tag help (F1)"));
    1055             putValue(SHORT_DESCRIPTION, tr("Launch browser with wiki help to selected object"));
     1055            putValue(SHORT_DESCRIPTION, tr("Launch browser with wiki help for selected object"));
    10561056            putValue(SMALL_ICON, ImageProvider.get("dialogs", "search"));
    10571057        }
Note: See TracChangeset for help on using the changeset viewer.