src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_zh_CN.properties
branchJDK-8200758-branch
changeset 58993 b5e1baa9d2c3
parent 58889 f04c0704a006
--- a/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_zh_CN.properties	Wed Nov 06 07:13:25 2019 -0500
+++ b/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_zh_CN.properties	Wed Nov 06 07:20:07 2019 -0500
@@ -71,7 +71,7 @@
 
 ERR_NoMainClass=Error: Main application class is missing
 ERR_UnsupportedOption=Error: Option [{0}] is not valid on this platform
-ERR_InvalidTypeOption=Error: Option [{0}] is not valid with package-type [{1}]
+ERR_InvalidTypeOption=Error: Option [{0}] is not valid with type [{1}]
 ERR_NoInstallerEntryPoint=Error: Option [{0}] is not valid without --module or --main-jar entry point option
 
 ERR_MissingArgument=Error: Missing argument: {0}
@@ -85,7 +85,7 @@
 ERR_LicenseFileNotExit=Error: Specified license file does not exist
 ERR_BuildRootInvalid=Error: temp ({0}) must be non-existant or empty directory
 ERR_InvalidOption=Error: Invalid Option: [{0}]
-ERR_InvalidInstallerType=Error: Invalid or unsupported package type: [{0}]
+ERR_InvalidInstallerType=Error: Invalid or unsupported type: [{0}]
 ERR_BothMainJarAndModule=Error: Cannot have both --main-jar and --module Options
 ERR_NoEntryPoint=Error: creating application image requires --main-jar or --module Option
 ERR_InputNotDirectory=Error: Input directory specified is not a directory: {0}