diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf/scripts/texlive/uninstall-win32.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf/scripts/texlive/uninstall-win32.pl b/Master/texmf/scripts/texlive/uninstall-win32.pl index 20be624acfa..7cc60f5223b 100644 --- a/Master/texmf/scripts/texlive/uninstall-win32.pl +++ b/Master/texmf/scripts/texlive/uninstall-win32.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # $Id$ -# Copyright 2008, 2010, 2011 Norbert Preining +# Copyright 2008, 2010, 2011, 2012 Norbert Preining # # GUI for tlmgr @@ -21,12 +21,12 @@ use TeXLive::TLUtils; use Tk; use Tk::Dialog; -my $mw = MainWindow->new(-title => "remove tlmgr 2012"); +my $mw = MainWindow->new(-title => "remove tlmgr $TeXLive::TLConfig::ReleaseYear"); my $f = $mw->Frame; my $lab = $f->Label( # -justify => 'left', - -text => "Do you really want to remove TeX Live 2012?"); + -text => "Do you really want to remove TeX Live $TeXLive::TLConfig::ReleaseYear?"); $lab->pack(-side => "left", -padx => "12", -pady => "6"); $f->pack(# -padx => "10m", |