From 12713c3bb781c854f347ea9a04e344e980bea2f1 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sat, 9 Mar 2013 09:22:00 -0800 Subject: win/msi: Fix typos --- tools/msvs/msi/product.wxs | 14 +++++++------- tools/msvs/nodevars.bat | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'tools/msvs') diff --git a/tools/msvs/msi/product.wxs b/tools/msvs/msi/product.wxs index 2e8ef742b5..baaa0148be 100755 --- a/tools/msvs/msi/product.wxs +++ b/tools/msvs/msi/product.wxs @@ -65,8 +65,8 @@ + Title="npm package manager" + Description="Install npm, the recommended package manager for Node.js."> @@ -83,18 +83,18 @@ + Description="Add Node, npm, and modules that were globally installed by npm to the PATH environment variable."> + Title="Node and npm" + Description="Add Node and npm (if installed) to the PATH environment variable."> + Title="npm modules" + Description="Add modules that are installed globally by npm to the PATH environment variable. This option works for the current user only; other users need to update their PATH manually."> diff --git a/tools/msvs/nodevars.bat b/tools/msvs/nodevars.bat index b79bc823bc..064f83cbc8 100644 --- a/tools/msvs/nodevars.bat +++ b/tools/msvs/nodevars.bat @@ -1,6 +1,6 @@ @echo off -rem Ensure this Node.js and NPM are first in the PATH +rem Ensure this Node.js and npm are first in the PATH set PATH=%APPDATA%\npm;%~dp0;%PATH% setlocal enabledelayedexpansion @@ -12,7 +12,7 @@ for /F "usebackq delims=" %%v in (`%print_version%`) do set version=%%v rem Print message. if exist npm.cmd ( - echo Your environment has been set up for using Node.js !version! and NPM. + echo Your environment has been set up for using Node.js !version! and npm. ) else ( echo Your environment has been set up for using Node.js !version!. ) -- cgit v1.2.3