src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_zh_CN.properties
branchJDK-8200758-branch
changeset 57219 bfa094e6ce15
parent 57213 8ff0a29bf9bc
child 57256 d7c27451f759
--- 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}.