- Timestamp:
- 2016-02-21T15:00:28+01:00 (9 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/gui/layer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/Layer.java
r9844 r9848 505 505 public void projectionChanged(Projection oldValue, Projection newValue) { 506 506 if (!isProjectionSupported(newValue)) { 507 String message = "<html><body><p>" + tr("The layer {0} does not support the new projection {1}.", getName(), newValue.toCode()) + "</p>" + 507 String message = "<html><body><p>" + 508 tr("The layer {0} does not support the new projection {1}.", getName(), newValue.toCode()) + "</p>" + 508 509 "<p style='width: 450px;'>" + tr("Supported projections are: {0}", nameSupportedProjections()) + "</p>" + 509 510 tr("Change the projection again or remove the layer."); -
trunk/src/org/openstreetmap/josm/gui/layer/WMSLayer.java
r9844 r9848 141 141 String message = 142 142 "<html><body><p>" + tr("The layer {0} does not support the new projection {1}.", getName(), newValue.toCode()) + 143 "<p style='width: 450px; position: absolute; margin: 0px;'>" + tr("Supported projections are: {0}", nameSupportedProjections()) + "</p>" + 143 "<p style='width: 450px; position: absolute; margin: 0px;'>" + 144 tr("Supported projections are: {0}", nameSupportedProjections()) + "</p>" + 144 145 "<p>" + tr("Change the projection again or remove the layer."); 145 146
Note:
See TracChangeset
for help on using the changeset viewer.