Ignore:
Timestamp:
2010-01-13T20:14:22+01:00 (14 years ago)
Author:
mjulius
Message:

fix messages for gui/preferences

File:
1 edited

Legend:

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

    r2801 r2849  
    5959                parent,
    6060                tr("<html>"
    61                         + "''{0}'' isn't a valid OSM API URL.<br>"
     61                        + "''{0}'' is not a valid OSM API URL.<br>"
    6262                        + "Please check the spelling and validate again."
    63                         +"</html>",
     63                        + "</html>",
    6464                        url
    6565                ),
     
    123123                parent,
    124124                tr("<html>"
    125                         + "The OSM API server at ''{0}'' didn''t return a valid response.<br>"
    126                         + "It is likely that ''{0}'' isn''t an OSM API server.<br>"
     125                        + "The OSM API server at ''{0}'' did not return a valid response.<br>"
     126                        + "It is likely that ''{0}'' is not an OSM API server.<br>"
    127127                        + "Please check the spelling of ''{0}'' and validate again."
    128128                        + "</html>",
Note: See TracChangeset for help on using the changeset viewer.