summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-perltk.pl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2011-06-03 00:54:09 +0000
committerNorbert Preining <preining@logic.at>2011-06-03 00:54:09 +0000
commit4aac408385419b53b528924406308ca484eda55d (patch)
treec920fc96881128ae5ce3c7a8bd5079b193d20daa /Master/tlpkg/installer/install-menu-perltk.pl
parent9fc9fe6c2683f8f1703ed55e48cbf8634bdc95df (diff)
make "custom selection of collections" translatable
git-svn-id: svn://tug.org/texlive/trunk@22741 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-perltk.pl')
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl2
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) {