Changeset 12991 in osm for applications/editors/josm/plugins/openstreetbugs
- Timestamp:
- 2009-01-06T17:43:27+01:00 (16 years ago)
- Location:
- applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/OsbUploadHook.java
r12778 r12991 50 50 JOptionPane.showMessageDialog(Main.parent, 51 51 tr("<html>The selected data contains data from OpenStreetBugs.<br>" + 52 "You cannot upload th esedata. Maybe you have selected the wrong layer?"),52 "You cannot upload this data. Maybe you have selected the wrong layer?"), 53 53 tr("Warning"), JOptionPane.WARNING_MESSAGE); 54 54 return false; -
applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/api/util/HttpUtils.java
r12778 r12991 167 167 return value.get(0); 168 168 } else { 169 throw new RuntimeException(tr("Header contains several values and cannot be mapped to a single String"));169 throw new RuntimeException(tr("Header contains several values and cannot be mapped to a single string")); 170 170 } 171 171 }
Note:
See TracChangeset
for help on using the changeset viewer.