diff options
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/install-menu-perltk.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl index a3209445d57..08937db8196 100644 --- a/Master/tlpkg/installer/install-menu-perltk.pl +++ b/Master/tlpkg/installer/install-menu-perltk.pl @@ -14,7 +14,6 @@ my $svnrev = '$Revision$'; $svnrev =~ m/: ([0-9]+) /; $::menurevision = $1; -$::langrevision = $1; our %vars; @@ -215,7 +214,7 @@ sub run_menu { my $fl = $mw->Frame; my $img = $fl->Photo(-format => 'png', -file => "tlpkg/installer/texlive2008.png"); $fl->Label(-image => $img)->pack; - $fl->Label(-text => "v$::installerrevision/$::menurevision" . ($::lang eq "en"? "" : "/$::lang$langrevision"))->pack; + $fl->Label(-text => "v$::installerrevision/$::menurevision"))->pack; # data frame on the right my $fr = $mw->Frame; |