diff options
author | Karl Berry <karl@freefriends.org> | 2014-05-08 22:49:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-05-08 22:49:25 +0000 |
commit | e09ba5b0f951c4bbfb7b4e1ca46360ef26b56885 (patch) | |
tree | 0f62c7695fa82bf00e15b728a8934059b40c0b16 /Master/texmf-dist | |
parent | 1e84af656d85ead0ddce5b7b00f799f28bc11ab5 (diff) |
(update_list_remote): make "further updates
available" msg generic, to avoid translating the
number (report from Mojca, tldoc 7 May 2014 11:13:23).
git-svn-id: svn://tug.org/texlive/trunk@33922 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/scripts/texlive/tlmgrgui.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgrgui.pl b/Master/texmf-dist/scripts/texlive/tlmgrgui.pl index 4815fd709c6..5cb7d22cfeb 100644 --- a/Master/texmf-dist/scripts/texlive/tlmgrgui.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgrgui.pl @@ -2303,7 +2303,8 @@ after dismissing this dialogue. After the update, the TeX Live manager will terminate. You can then restart it to proceed with further updates."); if ($min_action) { - $t .= "\n\n" . __("(At least %s further updates are available after tlmgr has been updated.)", $min_action); + $t .= "\n\n" +. __("(Further updates will be available after tlmgr has been updated.)"); } $t .= "\n\n" . __("Please wait a bit after the program has terminated so that the update can be completed.") if win32(); $sw->add("Label", -text => $t)->pack(-padx => "3m", -pady => "3m"); |