diff options
author | Norbert Preining <preining@logic.at> | 2008-06-24 07:06:03 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-06-24 07:06:03 +0000 |
commit | 8dfa58fb87bedb72c4daeb2de80448c857491067 (patch) | |
tree | c3fc228997fc0acead5800cef134f1cf364b69db /Master | |
parent | 2d6307d258c7a0b859822508986cbb6659577201 (diff) |
tlmgrgui: give a warning that updating needs quitting the program
git-svn-id: svn://tug.org/texlive/trunk@8968 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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 7f9bd426920..4fa24a7d21d 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!\nNOTE: You have to QUIT this program first!", }; |