summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-05-08 23:15:04 +0000
committerNorbert Preining <preining@logic.at>2008-05-08 23:15:04 +0000
commit56d31c9b46b3b6404e89fe8e7fb9813926e4ec80 (patch)
tree9c0ec453c98d6b9d88f5aef13558eba83a56cbd9
parent3966576298725bf41288ef7e6ca1515ecbc37904 (diff)
Better warning
git-svn-id: svn://tug.org/texlive/trunk@7958 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl2
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 {