From e09ba5b0f951c4bbfb7b4e1ca46360ef26b56885 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 8 May 2014 22:49:25 +0000 Subject: (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 --- Master/texmf-dist/scripts/texlive/tlmgrgui.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"); -- cgit v1.2.3