src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_zh_CN.properties
--- a/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_zh_CN.properties Wed Feb 27 19:45:26 2019 -0500
+++ b/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_zh_CN.properties Wed Feb 27 20:04:03 2019 -0500
@@ -43,7 +43,7 @@
param.build-root.name=Build Root
param.build-root.description=The directory in which to use and place temporary files.
param.category.name=Category
-param.category.description=The category oor group of the application. Generally speaking you will also want to specify application specific categories as well.
+param.category.description=The category or group of the application. Generally speaking you will also want to specify application specific categories as well.
param.category.default=Unknown
param.copyright.name=Copyright
param.copyright.description=The copyright for the application.
@@ -176,3 +176,4 @@
ERR_LicenseFileNotExit=Error: Specified license file does not exist.
ERR_BuildRootInvalid=Error: build-root ({0}) must be empty directory.
ERR_InvalidOption=Error: Invalid Option: [{0}]
+ERR_VersionComparison=Error: Failed to compare version {0} with {1}.