diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/install-menu-perltk.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl index 8b57a620dd5..0eb042d9607 100644 --- a/Master/tlpkg/installer/install-menu-perltk.pl +++ b/Master/tlpkg/installer/install-menu-perltk.pl @@ -599,7 +599,7 @@ sub menu_select_scheme { my $tlpobj = $tlpdb->get_package("$scheme"); $desc = $tlpobj->shortdesc; } else { - $desc = "custom selection of collections"; + $desc = __("custom selection of collections"); } my $b; if ($i < $nrfh) { |