Changeset 13425 in josm for trunk/src


Ignore:
Timestamp:
2018-02-16T21:38:20+01:00 (6 years ago)
Author:
Klumbumbus
Message:

fix #15933 - improve tooltip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/imagery/ImageryPreference.java

    r13130 r13425  
    580580            ActivateAction() {
    581581                putValue(NAME, tr("Activate"));
    582                 putValue(SHORT_DESCRIPTION, tr("copy selected defaults"));
     582                putValue(SHORT_DESCRIPTION, tr("Copy selected default entries from the list above into the list below."));
    583583                new ImageProvider("preferences", "activate-down").getResource().attachImageIcon(this, true);
    584584            }
Note: See TracChangeset for help on using the changeset viewer.