diff options
-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"); |