Index: /trunk/src/VBox/Installer/linux/check_module_dependencies.sh
===================================================================
--- /trunk/src/VBox/Installer/linux/check_module_dependencies.sh	(revision 64716)
+++ /trunk/src/VBox/Installer/linux/check_module_dependencies.sh	(revision 64717)
@@ -170,9 +170,9 @@
         echo "Please install the ${TOOLS} packages from your distribution." >&2
     test -n "${HAVE_HEADERS}" && exit 1
-    echo "You will also need to install the right \"header\" files for adding hardware" >&2
-    echo "support to the running Linux kernel." >&2
+    echo "Please install the Linux kernel \"header\" files matching the current kernel" >&2
+    echo "for adding new hardware support to the system." >&2
     if test -n "${BASE_PACKAGE}${VERSIONED_PACKAGE}"; then
         echo "The distribution packages containing the headers are probably:" >&2
-        echo "    ${BASE_PACKAGE} ${VERSIONED_PACKAGE}"
+        echo "    ${BASE_PACKAGE} ${VERSIONED_PACKAGE}" >&2
     fi
     test -z "${TEST}" && exit 1
