--- old/modules/fxpackager/src/main/resources/com/oracle/tools/packager/windows/WinAppBundler.properties 2015-03-30 15:12:10.000000000 -0600 +++ new/modules/fxpackager/src/main/resources/com/oracle/tools/packager/windows/WinAppBundler.properties 2015-03-30 15:12:10.000000000 -0600 @@ -18,7 +18,7 @@ error.parameters-null=Parameters map is null. error.parameters-null.advice=Pass in a non-null parameters map. error.empty-user-jvm-option-value=UserJvmOption key ''{0}'' has a null or empty value. -error.empty-user-jvm-option-value.advice=Provide a value for the key or split the key into a key/value pair. Such as '-Xmx1G' into '-Xmx' and '1G'. +error.empty-user-jvm-option-value.advice=Provide a value for the key or split the key into a key/value pair. Such as '-Xmx1G' into '-Xmx' and '1G'. error.no-windows-resources=This copy of ant-javafx.jar does not support Windows. error.no-windows-resources.advice=Please use ant-javafx.jar coming with Oracle JDK for Windows. error.no-application-jar=Main application jar is missing.