texlive[47845] Master: instopt_adjustrepo to CTAN wording; suggestion

commits+karl at tug.org commits+karl at tug.org
Sat May 26 17:44:25 CEST 2018


Revision: 47845
          http://tug.org/svn/texlive?view=revision&revision=47845
Author:   karl
Date:     2018-05-26 17:44:25 +0200 (Sat, 26 May 2018)
Log Message:
-----------
instopt_adjustrepo to CTAN wording; suggestion from Tristan Miller, 24 May 2018 14:12:33

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex
    trunk/Master/tlpkg/installer/install-menu-perltk.pl
    trunk/Master/tlpkg/installer/install-menu-text.pl

Modified: trunk/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex
===================================================================
--- trunk/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex	2018-05-26 09:40:13 UTC (rev 47844)
+++ trunk/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex	2018-05-26 15:44:25 UTC (rev 47845)
@@ -865,7 +865,7 @@
             binaries to:
             manpages to:
                 info to:
- <Y> after installation, get package updates from CTAN: [X]
+ <Y> after install, set CTAN as source for package updates: [X]
 \end{boxedverbatim}
 \caption{Options menu (Unix)}\label{fig:options-text}
 \end{figure}

Modified: trunk/Master/tlpkg/installer/install-menu-perltk.pl
===================================================================
--- trunk/Master/tlpkg/installer/install-menu-perltk.pl	2018-05-26 09:40:13 UTC (rev 47844)
+++ trunk/Master/tlpkg/installer/install-menu-perltk.pl	2018-05-26 15:44:25 UTC (rev 47845)
@@ -582,7 +582,7 @@
   if ($media ne 'NET') {
     $row++;
     $fr->Label(
-      -text => __('After installation, get package updates from CTAN'),
+      -text => __('After install, set CTAN as source for package updates'),
       -anchor => 'w')
       ->grid(-row => $row, -column => 1, -sticky => 'w');
     $fr->Label(-anchor => 'w', -textvariable => \$adjustrepoyesno)

Modified: trunk/Master/tlpkg/installer/install-menu-text.pl
===================================================================
--- trunk/Master/tlpkg/installer/install-menu-text.pl	2018-05-26 09:40:13 UTC (rev 47844)
+++ trunk/Master/tlpkg/installer/install-menu-text.pl	2018-05-26 15:44:25 UTC (rev 47845)
@@ -832,7 +832,7 @@
     print " <W> install TeXworks front end:               $b_addoneditor\n";
   }
   if ($media ne "NET") {
-    print " <Y> after installation, get package updates from CTAN: $b_adjustrepo\n";
+    print " <Y> after install, set CTAN as source for package updates: $b_adjustrepo\n";
   }
   other_options qw(R Q diskspace);
   my $answer = prompt 'Enter command';
@@ -1120,7 +1120,7 @@
   print "   $b_path create symlinks to standard directories\n"
     unless ($vars{'instopt_portable'} || win32());
   
-  print "   $b_adjustrepo after install, use tlnet on CTAN "
+  print "   $b_adjustrepo after install, set CTAN as source "
           . "for package updates\n"
     unless ($media eq 'NET');
 



More information about the tex-live-commits mailing list