Changeset 28420 in osm for applications


Ignore:
Timestamp:
2012-06-01T10:18:19+02:00 (13 years ago)
Author:
stoecker
Message:

fix message texts

Location:
applications/editors/josm/plugins
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/ColumbusCSV/src/org/openstreetmap/josm/plugins/columbusCSV/ColumbusCSVImporter.java

    r28042 r28420  
    5959                }
    6060
    61                 progressMonitor.beginTask(String.format(tr("Importing CSV file '%s'..."),
     61                progressMonitor.beginTask(String.format(tr("Importing CSV file ''%s''..."),
    6262                                file.getName(), 4));
    6363                progressMonitor.setTicksCount(1);
  • applications/editors/josm/plugins/alignways/src/com/tilusnet/josm/plugins/alignways/AlignWaysWhatsNewPanel.java

    r28342 r28420  
    4848
    4949        lblWhatsNew.setText("<html><div style=\"font-family: sans-serif; font-weight: bold; font-style: italic;\"><span style=\"font-size: large;\"><span style=\"font-size: x-large;\">"
    50                                             + tr("What's new...")
     50                                            + tr("What''s new...")
    5151                                            + "</span></div></html>");
    5252
  • applications/editors/josm/plugins/canvec_helper/build.xml

    r27917 r28420  
    9797                <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.canvec_helper.canvec_helper"/>
    9898                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    99                 <attribute name="Plugin-Description" value="Overlays the canvec tile grid on the map and prints URL's to the .zip files    future goals: allow auto-downloading and loading of canvec .osm files"/>
     99                <attribute name="Plugin-Description" value="Overlays the canvec tile grid on the map and prints URL''s to the .zip files. Future goals: allow auto-downloading and loading of canvec .osm files"/>
    100100                <!--<attribute name="Plugin-Icon" value="..."/>-->
    101101                <!--<attribute name="Plugin-Link" value="http://ext.earthtools.ca/dummy"/>-->
  • applications/editors/josm/plugins/imagery-xml-bounds/build.xml

    r27863 r28420  
    100100                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    101101                <attribute name="Plugin-Description" value="Generate Imagery XML bounds from a multipolygon"/>
    102                 <attribute name="fr_Plugin-Description" value="Genere les limites au format XML d'une source d'imagerie a partir d'un multipolygone"/>
     102                <attribute name="fr_Plugin-Description" value="Genere les limites au format XML d''une source d''imagerie a partir d''un multipolygone"/>
    103103                <attribute name="Plugin-Early" value="false"/>
    104104                <attribute name="Plugin-Icon" value="images/xml_24.png"/>
  • applications/editors/josm/plugins/wikipedia/src/org/wikipedia/WikipediaCopyTemplate.java

    r28247 r28420  
    1616    public WikipediaCopyTemplate() {
    1717        final CoordCopyTemplate coord = new CoordCopyTemplate(
    18                 tr("Copy '{{Coord}}' template"), "wikipedia-coord",
     18                tr("Copy ''{{Coord}}'' template"), "wikipedia-coord",
    1919                "{{Coord|{lat}|{lon}}}");
    2020        final CoordCopyTemplate coordinate = new CoordCopyTemplate(
    21                 tr("Copy '{{Coordinate}}' template"), "wikipedia-coordinate",
     21                tr("Copy ''{{Coordinate}}'' template"), "wikipedia-coordinate",
    2222                "{{Coordinate|NS={lat}|EW={lon}|type=landmark|region=}}");
    2323        MainMenu.addAfter(Main.main.menu.editMenu, coord, false, Main.main.menu.copyCoordinates);
Note: See TracChangeset for help on using the changeset viewer.