summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-05-28 15:52:29 +0000
committerNorbert Preining <preining@logic.at>2008-05-28 15:52:29 +0000
commitaa6ba5f67c58534c19ae04e9d178949ea908c259 (patch)
treea83415e4ff17fc80d0cec3d8da77e32506886cbc /Master/texmf
parent7200f4b3fdf9eed3166f3a35fe0f9a177feba6ea (diff)
tlmgrgui: do_listframe.pl: change wording of warning according to Staszek
git-svn-id: svn://tug.org/texlive/trunk@8390 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 d76de8e9f73..6187a5d1c9e 100644
--- a/Master/texmf/scripts/texlive/tlmgrgui/do_listframe.pl
+++ b/Master/texmf/scripts/texlive/tlmgrgui/do_listframe.pl
@@ -161,7 +161,7 @@ sub do_listframe {
$f_textf_text = $f_textf->Scrolled("ROText",
-scrollbars => "osoe",
-width => 45, -wrap => "none");
- $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\nis properly selected,\nthen press \"Load\" button.");
+ $f_textf_text->insert("end", "\nAttention.\nPlease check using \"Change\" button if a DVD drive with the TeX Live DVD\nor the correct network address is properly selected,\nthen press \"Load\" button.");
$f_textf_text->pack(-expand => 1, -fill => "both");