Ignore:
Timestamp:
2008-12-31T00:38:51+01:00 (16 years ago)
Author:
stoecker
Message:

fixed text strings, thanks to Andrew Gee

Location:
applications/editors/josm/plugins/wmsplugin
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wmsplugin/sources.cfg

    r12427 r12707  
    1717# only for Germany
    1818false;Oberpfalz Geofabrik.de;http://oberpfalz.geofabrik.de/wms4josm?
    19 false;Strassen NRW Geofabrik.de;http://tools.geofabrik.de/osmi/view/strassennrw/josmwms
     19false;Streets NRW Geofabrik.de;http://tools.geofabrik.de/osmi/view/strassennrw/josmwms
  • applications/editors/josm/plugins/wmsplugin/src/wmsplugin/Help_WMSmenuAction.java

    r12187 r12707  
    3838                        "format=image/jpeg \n\n"+
    3939                       
    40                         "For Metacartas Map Rectifier http://labs.metacarta.com/rectifier/ , you only need to input the relevant 'id'.\n" +
    41                         "To add a Metacarta Map Rectifer menu item, manually create the url like in this example," +
     40                        "For Metacarta's Map Rectifier http://labs.metacarta.com/rectifier/ , you only need to input the relevant 'id'.\n" +
     41                        "To add a Metacarta Map Rectifier menu item, manually create the URL like in this example," +
    4242                        "replacing 73 with your image id: \n" +
    4343                        "http://labs.metacarta.com/rectifier/wms.cgi?id=73\n" +
  • applications/editors/josm/plugins/wmsplugin/src/wmsplugin/Map_Rectifier_WMSmenuAction.java

    r12444 r12707  
    1818
    1919        public Map_Rectifier_WMSmenuAction() {
    20                 super(tr("Rectified Image ..."), "OLmarker", tr("Download Rectified Image from Metacarta's Map Rectifer WMS"), null, false);
     20                super(tr("Rectified Image ..."), "OLmarker", tr("Download Rectified Image from Metacarta's Map Rectifier WMS"), null, false);
    2121        }
    2222
  • applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSLayer.java

    r12438 r12707  
    108108        @Override public String getToolTipText() {
    109109                if(startstop.isSelected())
    110                         return tr("WMS layer ({0}), automaticaly downloading in zoom {1}", name, resolution);
     110                        return tr("WMS layer ({0}), automatically downloading in zoom {1}", name, resolution);
    111111                else
    112112                        return tr("WMS layer ({0}), downloading in zoom {1}", name, resolution);
Note: See TracChangeset for help on using the changeset viewer.