diff options
author | Karl Berry <karl@freefriends.org> | 2008-12-31 01:27:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-12-31 01:27:37 +0000 |
commit | ce70b9050cb789c83ee04e23cbdd5468a11cbcc0 (patch) | |
tree | d6609de84d1d3ac413b24a0185a9df1dc9e72403 | |
parent | 0ac5191dfdc3d42d7156477626157e2ca2614196 (diff) |
message wording
git-svn-id: svn://tug.org/texlive/trunk@11759 c570f23f-e606-0410-a88d-b1316a301751
-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"); |