summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/tlpkg/bin/tl-update-nsis8
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."