diff options
-rw-r--r-- | Master/texmf/scripts/texlive/tlmgrgui/do_listframe.pl | 2 |
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"); |