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/gui/preferences/AddWMSLayerPanel.java

    r4240 r4253  
    141141                            layerTree.removeSelectionPath(i);
    142142                            if(!previouslyShownUnsupportedCrsError) {
    143                                 JOptionPane.showMessageDialog(null, tr("That layer does not support any of JOSM's projections,\n" +
     143                                JOptionPane.showMessageDialog(null, tr("That layer does not support any of JOSM''s projections,\n" +
    144144                                "so you can not use it. This message will not show again."),
    145145                                tr("WMS Error"), JOptionPane.ERROR_MESSAGE);
Note: See TracChangeset for help on using the changeset viewer.