Index: trunk/src/org/openstreetmap/josm/gui/layer/Layer.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/layer/Layer.java	(revision 9847)
+++ trunk/src/org/openstreetmap/josm/gui/layer/Layer.java	(revision 9848)
@@ -505,5 +505,6 @@
     public void projectionChanged(Projection oldValue, Projection newValue) {
         if (!isProjectionSupported(newValue)) {
-            String message = "<html><body><p>" + tr("The layer {0} does not support the new projection {1}.", getName(), newValue.toCode()) + "</p>" +
+            String message = "<html><body><p>" +
+                    tr("The layer {0} does not support the new projection {1}.", getName(), newValue.toCode()) + "</p>" +
                     "<p style='width: 450px;'>" + tr("Supported projections are: {0}", nameSupportedProjections()) + "</p>" +
                     tr("Change the projection again or remove the layer.");
Index: trunk/src/org/openstreetmap/josm/gui/layer/WMSLayer.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/layer/WMSLayer.java	(revision 9847)
+++ trunk/src/org/openstreetmap/josm/gui/layer/WMSLayer.java	(revision 9848)
@@ -141,5 +141,6 @@
             String message =
                     "<html><body><p>" + tr("The layer {0} does not support the new projection {1}.", getName(), newValue.toCode()) +
-                    "<p style='width: 450px; position: absolute; margin: 0px;'>" + tr("Supported projections are: {0}", nameSupportedProjections()) + "</p>" +
+                    "<p style='width: 450px; position: absolute; margin: 0px;'>" +
+                            tr("Supported projections are: {0}", nameSupportedProjections()) + "</p>" +
                     "<p>" + tr("Change the projection again or remove the layer.");
 
