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

see #josm6227 - fix wrong quote escaping in strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/public_transport/src/public_transport/TrackReference.java

    r26168 r26345  
    5656      {
    5757    JOptionPane.showMessageDialog
    58         (null, tr("The GPX file doesn't contain valid trackpoints. "
     58        (null, tr("The GPX file doesn''t contain valid trackpoints. "
    5959        + "Please use a GPX file that has trackpoints."), tr("GPX File Trouble"),
    6060     JOptionPane.ERROR_MESSAGE);
     
    110110        (stoplistTM.timeAt(e.getFirstRow()), e.getFirstRow(), 0);
    111111    JOptionPane.showMessageDialog
    112         (null, tr("Can't parse a time from this string."), tr("Invalid value"),
     112        (null, tr("Can''t parse a time from this string."), tr("Invalid value"),
    113113         JOptionPane.ERROR_MESSAGE);
    114114    return;
Note: See TracChangeset for help on using the changeset viewer.