diff options
author | Norbert Preining <preining@logic.at> | 2008-05-08 23:15:04 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-05-08 23:15:04 +0000 |
commit | 56d31c9b46b3b6404e89fe8e7fb9813926e4ec80 (patch) | |
tree | 9c0ec453c98d6b9d88f5aef13558eba83a56cbd9 /Master/texmf | |
parent | 3966576298725bf41288ef7e6ca1515ecbc37904 (diff) |
Better warning
git-svn-id: svn://tug.org/texlive/trunk@7958 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl index a73620ba876..436e2ea28da 100755 --- a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl +++ b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl @@ -130,7 +130,7 @@ sub init_install_media { if (!defined($tlmediasrc)) { # something went badly wrong, maybe the newroot is wrong? $mw->Dialog(-title => "warning", - -text => "Could not load the TeX Live Database from $newroot\nPlease try with a different installation source/location!", + -text => "Could not load the TeX Live Database from $newroot\nIf you want to install or update packages, please try with a different installation source/location!\n\nFor configuration and removal you don't have to do anything.", -buttons => [ "Ok" ])->Show; @allpackages = (); } else { |