src/jdk.jpackage/linux/classes/jdk/jpackage/internal/resources/LinuxResources.properties
--- a/src/jdk.jpackage/linux/classes/jdk/jpackage/internal/resources/LinuxResources.properties Tue Sep 10 09:18:19 2019 -0400
+++ b/src/jdk.jpackage/linux/classes/jdk/jpackage/internal/resources/LinuxResources.properties Tue Sep 10 14:57:03 2019 -0400
@@ -24,7 +24,7 @@
#
#
app.bundler.name=Linux Application Image
-deb.bundler.name=DEB Installer
+deb.bundler.name=DEB Bundle
rpm.bundler.name=RPM Bundle
param.license-type.default=Unknown
@@ -46,8 +46,8 @@
error.tool-not-found.advice=Please install required packages.
error.no-content-types-for-file-association=No MIME types were specified for File Association number {0}.
error.too-many-content-types-for-file-association=More than one MIME types was specified for File Association number {0}.
-error.invalid-value-for-package-name=Invalid value "{0}" for the package name.
-error.invalid-value-for-package-name.advice=Set the "linux.bundleName" parameter to a valid Debian package name. Note that the package names must consist only of lower case letters (a-z), digits (0-9), plus (+) and minus (-) signs, and periods (.). They must be at least two characters long and must start with an alphanumeric character.
+error.invalid-value-for-package-name=Invalid value "{0}" for the bundle name.
+error.invalid-value-for-package-name.advice=Set the "linux-bundle-name" option to a valid Debian package name. Note that the package names must consist only of lower case letters (a-z), digits (0-9), plus (+) and minus (-) signs, and periods (.). They must be at least two characters long and must start with an alphanumeric character.
error.cannot-find-rpmbuild=Can not find rpmbuild {0} or newer.
error.cannot-find-rpmbuild.advice=\ Install packages needed to build RPM, version {0} or newer.