Changeset 3224 in josm


Ignore:
Timestamp:
May 9, 2010 12:30:59 PM (3 years ago)
Author:
jttt
Message:

Applied #4999 by mikalaari: Missing tr() around a tooltip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/DownloadPrimitiveAction.java

    r3083 r3224  
    5555        all.add(new JLabel(tr("Object type:")), gc); 
    5656        OsmPrimitiveTypesComboBox cbType = new OsmPrimitiveTypesComboBox(); 
    57         cbType.setToolTipText("Choose the OSM object type"); 
     57        cbType.setToolTipText(tr("Choose the OSM object type")); 
    5858        gc.weightx = 1; 
    5959        all.add(cbType, gc); 
Note: See TracChangeset for help on using the changeset viewer.