summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-05-20 21:47:30 +0000
committerNorbert Preining <preining@logic.at>2008-05-20 21:47:30 +0000
commit4b5a18dc57a2f27db55df24c13d52fd3bb99d4e3 (patch)
tree4ce2e669e5509b6c88df9cb52eebb9c392151dff /Master/texmf
parent95bf28cce4dce6386a6e7e618d5cd138fc2210be (diff)
tlmgrgui: improve initial warning according to Staszek's suggestions
git-svn-id: svn://tug.org/texlive/trunk@8258 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rw-r--r--Master/texmf/scripts/texlive/tlmgrgui/do_listframe.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui/do_listframe.pl b/Master/texmf/scripts/texlive/tlmgrgui/do_listframe.pl
index a91f11c1929..2f4757eaf85 100644
--- a/Master/texmf/scripts/texlive/tlmgrgui/do_listframe.pl
+++ b/Master/texmf/scripts/texlive/tlmgrgui/do_listframe.pl
@@ -148,7 +148,7 @@ sub do_listframe {
my $f_textf_scry;
$f_textf_text = $f_textf->ROText(-width => 45, -wrap => "word",
-yscrollcommand => sub { $f_textf_scry->set(@_); });
- $f_textf_text->insert("end", "\nAttention. Please check if a DVD drive with the TeX Live DVD\nor the correct network address is properly selected.\n\nFirst fill in the list using the \"Search\" button, then select one or more items and click \"Install\" button.");
+ $f_textf_text->insert("end", "\nAttention. Please check if a DVD drive with the TeX Live DVD\nor the correct network address is properly selected.\n\nPlease check using \"Change\" button if a DVD drive\nwith the TeX Live DVD or the correct network address is properly selected,\nthen press \"Load\" button.");
$f_textf_scry = $f_textf->Scrollbar(
-command => [ yview => $f_textf_text ], -orient => "vertical");