diff options
author | Norbert Preining <preining@logic.at> | 2008-10-11 23:01:31 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-10-11 23:01:31 +0000 |
commit | c0629d792f6c95d7d0d1a13463e4ab5070dc0281 (patch) | |
tree | 43fa82b81ca3a428ab8252a0ede1acee8abca9bb /Master/tlpkg/bin/tl-update-nsis | |
parent | ff42103c0abaeee9a7ebb69da80c54245f4cdd4a (diff) |
reword the updater
git-svn-id: svn://tug.org/texlive/trunk@10930 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-nsis')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-nsis | 8 |
1 files changed, 4 insertions, 4 deletions
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." |