summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-perltk.pl
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-07-08 08:51:43 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-07-08 08:51:43 +0000
commit735d1068195f791ab2c33442689644c9f8d520ae (patch)
tree64a6ce21d4b3b162384ab441ca30fff8cf387c00 /Master/tlpkg/installer/install-menu-perltk.pl
parent6293910a4ade9d59659790fde4ce15083173ab10 (diff)
Fix a few strings.
git-svn-id: svn://tug.org/texlive/trunk@19288 c570f23f-e606-0410-a88d-b1316a301751
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 {