Ignore:
Timestamp:
2011-07-16T21:08:34+02:00 (13 years ago)
Author:
stoecker
Message:

see #6227 - fix wrong quote escaping in strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/imagery/WMSGrabber.java

    r4240 r4253  
    145145                    + "&width=" + wi + "&height=" + ht;
    146146            if (!(baseURL.endsWith("&") || baseURL.endsWith("?"))) {
    147                 System.out.println(tr("Warning: The base URL ''{0}'' for a WMS service doesn't have a trailing '&' or a trailing '?'.", baseURL));
     147                System.out.println(tr("Warning: The base URL ''{0}'' for a WMS service doesn''t have a trailing ''&'' or a trailing ''?''.", baseURL));
    148148                System.out.println(tr("Warning: Fetching WMS tiles is likely to fail. Please check you preference settings."));
    149149                System.out.println(tr("Warning: The complete URL is ''{0}''.", str));
Note: See TracChangeset for help on using the changeset viewer.