summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-perltk.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/installer/install-menu-perltk.pl')
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl
index bc2f9d586e3..5ff59b27a47 100644
--- a/Master/tlpkg/installer/install-menu-perltk.pl
+++ b/Master/tlpkg/installer/install-menu-perltk.pl
@@ -780,7 +780,9 @@ sub menu_set_binbutton_text {
}
sub menu_set_collections_text {
- menu_set_text($collectionstext, __("%s collections out of %s ", $vars{'n_collections_selected'}, $vars{'n_collections_available'}) . "(" . __("disk space required") . ": $vars{'total_size'} MB)");
+ 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 {