diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 2 | ||||
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr2.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 2f804127694..556d558652e 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -2287,7 +2287,7 @@ sub check_for_critical_updates if ($criticalupdate) { tlwarn("Updates for tlmgr itself are present.\n"); tlwarn("==========================================================\n"); - tlwarn("Please update the package bin-texlive and texlive.infra first,"); + tlwarn("Please update the packages bin-texlive and texlive.infra first,"); tlwarn("e.g., by calling\n"); tlwarn(" tlmgr update bin-texlive texlive.infra\n"); tlwarn("Or get the latest updater from\nfor Unix-ish systems:\n"); diff --git a/Master/texmf/scripts/texlive/tlmgr2.pl b/Master/texmf/scripts/texlive/tlmgr2.pl index 2bcbe38647e..441521c677d 100755 --- a/Master/texmf/scripts/texlive/tlmgr2.pl +++ b/Master/texmf/scripts/texlive/tlmgr2.pl @@ -2579,7 +2579,7 @@ sub check_for_critical_updates if ($criticalupdate) { tlwarn("Updates for tlmgr itself are present.\n"); tlwarn("==========================================================\n"); - tlwarn("Please update the package bin-texlive and texlive.infra first,"); + tlwarn("Please update the packages bin-texlive and texlive.infra first,"); tlwarn("e.g., by calling\n"); tlwarn(" tlmgr update bin-texlive texlive.infra\n"); tlwarn("Or get the latest updater from\nfor Unix-ish systems:\n"); |