From c0629d792f6c95d7d0d1a13463e4ab5070dc0281 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 11 Oct 2008 23:01:31 +0000 Subject: reword the updater git-svn-id: svn://tug.org/texlive/trunk@10930 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-nsis | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Master/tlpkg/bin/tl-update-nsis') diff --git a/Master/tlpkg/bin/tl-update-nsis b/Master/tlpkg/bin/tl-update-nsis index 412128dbeb1..6c8d51208ef 100755 --- a/Master/tlpkg/bin/tl-update-nsis +++ b/Master/tlpkg/bin/tl-update-nsis @@ -86,20 +86,20 @@ sub main !insertmacro GetParent EOF - print "!define REV \"rev$rev\"\n"; + print "!define REV \"r$rev\"\n"; print <<'EOF'; Page directory Page instfiles -Name "TeX Live Update ${REV}" -OutFile "update-texlive-${REV}.exe" +Name "TeX Live Manager Update ${REV}" +OutFile "update-tlmgr-${REV}.exe" InstallDir "$PROGRAMFILES\texlive\2008" RequestExecutionLevel "user" -DirText "Setup will update your TeX Live installation in the following folder. \ +DirText "Setup will update the TeX Live Manager of your TeX Live installation in the following folder. \ To install in a different folder, click Browse and select another folder. \ Click Install to start the update." -- cgit v1.2.3