Ignore:
Timestamp:
2008-12-31T00:36:58+01:00 (15 years ago)
Author:
stoecker
Message:

fixed relation handling, applied language patches

File:
1 edited

Legend:

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

    r1180 r1195  
    8484        taggingPresetSources.setVisibleRowCount(3);
    8585
    86         taggingPresetSources.setToolTipText(tr("The sources (url or filename) of tagging preset definition files. See http://josm.openstreetmap.de/wiki/TaggingPresets for help."));
     86        taggingPresetSources.setToolTipText(tr("The sources (URL or filename) of tagging preset definition files. See http://josm.openstreetmap.de/wiki/TaggingPresets for help."));
    8787        addAnno.setToolTipText(tr("Add a new tagging preset source to the list."));
    8888        deleteAnno.setToolTipText(tr("Delete the selected source from the list."));
Note: See TracChangeset for help on using the changeset viewer.