Changeset 9159 in osm for applications/editors/josm


Ignore:
Timestamp:
2008-07-18T22:50:28+02:00 (16 years ago)
Author:
stoecker
Message:

minor i18n fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/slippy_map_chooser/src/SlippyMapChooser.java

    r8687 r9159  
    8282                temp.add(this, BorderLayout.CENTER);
    8383                temp.add(new JLabel((tr("Zoom: Mousewheel or double click.   Move map: Hold right mousebutton and move mouse.   Select: Click."))), BorderLayout.SOUTH);
    84                 iGui.tabpane.add(temp, "Slippy map");
     84                iGui.tabpane.add(temp, tr("Slippy map"));
    8585               
    8686                new OsmMapControl(this,temp, iSizeButton);
Note: See TracChangeset for help on using the changeset viewer.