From 11920b8007313560b2d35f9fa201a9252a46f36f Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 4 Sep 2009 08:15:21 +0000 Subject: make strings different so that the same strings is reused in wizard and perltk git-svn-id: svn://tug.org/texlive/trunk@15082 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/install-menu-perltk.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg/installer') diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl index ef7ffa64b26..9e084c06063 100644 --- a/Master/tlpkg/installer/install-menu-perltk.pl +++ b/Master/tlpkg/installer/install-menu-perltk.pl @@ -775,7 +775,7 @@ sub menu_set_binbutton_text { } sub menu_set_collections_text { - menu_set_text($collectionstext, __("%s collections out of %s (disk space required: %s MB)", $vars{'n_collections_selected'}, $vars{'n_collections_available'}, $vars{'total_size'})); + menu_set_text($collectionstext, __("%s collections out of %s ", $vars{'n_collections_selected'}, $vars{'n_collections_available'}) . "(" . __("disk space required") . ": $vars{'total_size'} MB)"); } sub menu_set_pathes_text { -- cgit v1.2.3