diff options
author | Norbert Preining <preining@logic.at> | 2008-06-21 10:29:19 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-06-21 10:29:19 +0000 |
commit | baafafa261f8d350aaed51a28fb3c8627aa78237 (patch) | |
tree | 6e796ed3d9604b38774d70473c82255745e5014c | |
parent | 592c2c404639ec7fb60d6a7e31670ee512d48831 (diff) |
fix that stupid bug ...
git-svn-id: svn://tug.org/texlive/trunk@8899 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui-real.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui-real.pl b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui-real.pl index 6b529b85a70..24a7c963673 100755 --- a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui-real.pl +++ b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui-real.pl @@ -113,7 +113,7 @@ $TRANS{'en'} = { pleaseuse => "Please use the \"Add/Remove Programs\" from the Control Panel!", completerem => "Complete removal completed", loadtlpdbwait => "Loading TeX Live Database\nThis may take some time, please wait!", - runupdater => "Some package cannot be updated using the GUI!\nPlease run TEXROOT/tlpkg/installer/updater.bat once!\nOtherwise the updates will not be complete!"; + runupdater => "Some package cannot be updated using the GUI!\nPlease run TEXROOT/tlpkg/installer/updater.bat once!\nOtherwise the updates will not be complete!", }; |