diff --git a/plugins/org.eclipse.wtp.releng.fixups/src/org/eclipse/wtp/releng/fixups/MigrateLicenseSupport.java b/plugins/org.eclipse.wtp.releng.fixups/src/org/eclipse/wtp/releng/fixups/MigrateLicenseSupport.java
index 7f50fe8b55613628ee6d1927d78263607c6782dd..daa4e888188e8a5a56535b07fe4e8f41ee1fe168 100644
--- a/plugins/org.eclipse.wtp.releng.fixups/src/org/eclipse/wtp/releng/fixups/MigrateLicenseSupport.java
+++ b/plugins/org.eclipse.wtp.releng.fixups/src/org/eclipse/wtp/releng/fixups/MigrateLicenseSupport.java
@@ -461,7 +461,8 @@ public class MigrateLicenseSupport {
                         while ((oneline != null) && oneline.matches(".*" + CONTINUATION)) {
                             oneline = br.readLine();
                         }
-                        bw.write("# license and licenseURL properties removed as a result to migrating to new PDE license support. They are added at build time. See http://wiki.eclipse.org/Equinox/p2/License_Mechanism. " + inferredEOL);
+                        bw.write("# license and licenseURL properties were removed as a result to migrating to new PDE license support. " + inferredEOL);
+                        bw.write("#    Those properties are now added at build time. See http://wiki.eclipse.org/Equinox/p2/License_Mechanism. " + inferredEOL);
                     }
                     else {
                         bw.write(oneline + inferredEOL);
@@ -506,7 +507,6 @@ public class MigrateLicenseSupport {
     }
 
 
-
     private boolean rewrite(IFile propfile, SourceTemplateProject project) throws CoreException, IOException {
 
         /*