diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2003-07-07 15:44:38 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2003-07-07 15:44:38 +0000 |
commit | 12d533cc1c288c7715cca9037c3e976868019a5c (patch) | |
tree | d0b36d5615a0bfc85cf45138d1b741e5606acdf0 /emulators/vmware-tools5 | |
parent | Fix plist. (diff) |
Fix installation messages to users. No content changes, no bump.
Submitted by: SHIOZAKI Takehiko <st@be.to> (mostly)
Notes
Notes:
svn path=/head/; revision=84397
Diffstat (limited to 'emulators/vmware-tools5')
-rw-r--r-- | emulators/vmware-tools5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware-tools5/Makefile b/emulators/vmware-tools5/Makefile index 2c7d180c563e..9c8e1b1d5303 100644 --- a/emulators/vmware-tools5/Makefile +++ b/emulators/vmware-tools5/Makefile @@ -55,7 +55,7 @@ fetch-list: pre-extract: @${ECHO} "" @${ECHO} "========================================================================" - @${ECHO} "Choose \"Settings\" -> \"VMware Tools Install...\" from the Wrokstation menu" + @${ECHO} "Choose \"File\" -> \"Install VMware Tools...\" from the Workstation menu" @${ECHO} "to connect the VM's CD-ROM drive temporarily to installation CD image." @${ECHO} "========================================================================" @${ECHO} "" |