Changeset 26345 in osm for applications/editors/josm/plugins/public_transport/src
- Timestamp:
- 2011-07-16T21:10:43+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/public_transport/src/public_transport
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/public_transport/src/public_transport/GTFSImporterDialog.java
r26168 r26345 452 452 { 453 453 JOptionPane.showMessageDialog 454 (null, tr("Can't parse a time from this string."), tr("Invalid value"), 454 (null, tr("Can''t parse a time from this string."), tr("Invalid value"), 455 455 JOptionPane.ERROR_MESSAGE); 456 456 return false; … … 477 477 { 478 478 JOptionPane.showMessageDialog 479 (null, tr("Can't parse a time from this string."), tr("Invalid value"), 479 (null, tr("Can''t parse a time from this string."), tr("Invalid value"), 480 480 JOptionPane.ERROR_MESSAGE); 481 481 return false; -
applications/editors/josm/plugins/public_transport/src/public_transport/StopImporterDialog.java
r26168 r26345 614 614 { 615 615 JOptionPane.showMessageDialog 616 (null, tr("Can't parse a time from this string."), tr("Invalid value"), 616 (null, tr("Can''t parse a time from this string."), tr("Invalid value"), 617 617 JOptionPane.ERROR_MESSAGE); 618 618 return false; … … 639 639 { 640 640 JOptionPane.showMessageDialog 641 (null, tr("Can't parse a time from this string."), tr("Invalid value"), 641 (null, tr("Can''t parse a time from this string."), tr("Invalid value"), 642 642 JOptionPane.ERROR_MESSAGE); 643 643 return false; -
applications/editors/josm/plugins/public_transport/src/public_transport/TrackReference.java
r26168 r26345 56 56 { 57 57 JOptionPane.showMessageDialog 58 (null, tr("The GPX file doesn't contain valid trackpoints. " 58 (null, tr("The GPX file doesn''t contain valid trackpoints. " 59 59 + "Please use a GPX file that has trackpoints."), tr("GPX File Trouble"), 60 60 JOptionPane.ERROR_MESSAGE); … … 110 110 (stoplistTM.timeAt(e.getFirstRow()), e.getFirstRow(), 0); 111 111 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"), 113 113 JOptionPane.ERROR_MESSAGE); 114 114 return;
Note:
See TracChangeset
for help on using the changeset viewer.