From 6f35fc77f9a3976595098f4a55135df333e36058 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 29 Mar 2010 10:48:11 +0000 Subject: make "Installation process" translatable git-svn-id: svn://tug.org/texlive/trunk@17607 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/install-menu-perltk.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl index f5b499dd7ba..47937cfe72d 100644 --- a/Master/tlpkg/installer/install-menu-perltk.pl +++ b/Master/tlpkg/installer/install-menu-perltk.pl @@ -352,11 +352,11 @@ sub run_menu_perltk { sub installation_window { # create a progress bar window - $::sww = $mainwindow->Toplevel(-title => "installation process", + $::sww = $mainwindow->Toplevel(-title => __("Installation process"), -width => 400); $::sww->transient($mainwindow); $::sww->grab(); - $::sww->Label(-text => "Installation process")->pack; + $::sww->Label(-text => __("Installation process"))->pack; $::progressw = $::sww->Scrolled("ROText", -scrollbars => "e", -height => 16); $::progressw->pack(-expand => 1, -fill => "both"); my $percent_done = 0; -- cgit v1.2.3