diff options
author | Karl Berry <karl@freefriends.org> | 2008-10-22 20:39:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-10-22 20:39:28 +0000 |
commit | 9b40dc733a3882a82dd0734f29e62dce3c033adf (patch) | |
tree | 92e2bcba3179b44429d72d84fb1e4d86fc18f084 /Master/texmf | |
parent | fc8510750c896d44ba44e810bf73fecf393c2f4d (diff) |
wording
git-svn-id: svn://tug.org/texlive/trunk@11025 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 58afb6f8375..cc2ace0ce00 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -1155,8 +1155,8 @@ sub action_update { tlwarn("Restoring old package state succeeded.\n"); } else { logpackage("restore failed: $pkg ($rev)"); - tlwarn("Restoring of old package did NOT succeed!\n"); - tlwarn("Best is to call tlmgr install $pkg and hope to get it right!\n"); + tlwarn("Restoring of old package did NOT succeed.\n"); + tlwarn("Most likely repair: run tlmgr install $pkg and hope.\n"); } unlink($unwind_package) if $remove_unwind_container; } @@ -1164,7 +1164,7 @@ sub action_update { } } } elsif ($rev > $mediarev) { - print "$pkg: revision in $location is less then local revision, not updating!\n"; + print "$pkg: revision in $location is less than local revision, not updating.\n"; next; } } |