src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_zh_CN.properties
branchJDK-8200758-branch
changeset 58147 45a9084fe981
parent 58115 4a27283b542d
child 58305 d42b1f6960aa
--- a/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_zh_CN.properties	Thu Sep 12 15:21:34 2019 -0400
+++ b/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_zh_CN.properties	Sun Sep 15 07:34:39 2019 -0400
@@ -40,9 +40,9 @@
 message.debug-working-directory=Kept working directory for debug: {0}
 message.bundle-created=Succeeded in building {0} package
 
-error.cannot-create-output-dir=Output directory {0} cannot be created
-error.cannot-write-to-output-dir=Output directory {0} is not writable
-error.root-exists=Error: Application output directory {0} already exists
+error.cannot-create-output-dir=Destination directory {0} cannot be created
+error.cannot-write-to-output-dir=Destination directory {0} is not writable
+error.root-exists=Error: Application destination directory {0} already exists
 error.no-main-class-with-main-jar=A main class was not specified nor was one found in the jar {0}
 error.no-main-class-with-main-jar.advice=Specify a main class or ensure that the jar {0} specifies one in the manifest
 error.no-main-class=A main class was not specified nor was one found in the supplied application resources