From f503033f36e49df5beb6e09aa7ca2cb6d6b31820 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 13 Sep 2011 07:09:05 +0000 Subject: update strings to better fit and be the same git-svn-id: svn://tug.org/texlive/trunk@23933 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/install-menu-perltk.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Master/tlpkg/installer/install-menu-perltk.pl') diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl index d76e05f719b..441e34f31c7 100644 --- a/Master/tlpkg/installer/install-menu-perltk.pl +++ b/Master/tlpkg/installer/install-menu-perltk.pl @@ -247,18 +247,18 @@ sub run_menu_perltk { if ($a eq 'local_compressed' || $a eq 'local_uncompressed') { push @loclst, " $b"; } elsif ($a eq 'NET') { - push @netlst, " cmd line repository: $b"; + push @netlst, " " . __("Command line repository") . ": $b"; } else { tlwarn("Unknown media $l\n"); } } if ($#loclst >= 0) { - push @mirror_list, "LOCAL REPOSITORIES"; + push @mirror_list, __("LOCAL REPOSITORIES"); push @mirror_list, @loclst; } } - push @mirror_list, "NETWORK REPOSITORIES"; - push @mirror_list, " Default repository: http://mirror.ctan.org"; + push @mirror_list, __("NETWORK REPOSITORIES"); + push @mirror_list, " " . __("Default remote repository") . ": http://mirror.ctan.org"; push @mirror_list, @netlst; push @mirror_list, TeXLive::TLUtils::create_mirror_list(); my $mirror_entry; -- cgit v1.2.3